Comment 8 for bug 1676363

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/450297
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ccebded0cbb654be18db5b4e0e7f8b8a3a7cacdb
Submitter: Jenkins
Branch: master

commit ccebded0cbb654be18db5b4e0e7f8b8a3a7cacdb
Author: Jens Rosenboom <email address hidden>
Date: Mon Mar 27 15:33:25 2017 +0000

    Update network metadata type field for IPv6

    Currently it is not possible to decide from looking at the network
    metadata whether an IPv6 subnet is using slaac, dhcpv6-stateless or
    dhcpv6-stateful.

    So we add ipv6_address_mode information into the subnet metadata when
    it is available and use that to construct the subnet type.

    As a result, the type for a subnet with mode SLAAC will be "ipv6_slaac"
    instead of "ipv6_dhcp" and similarly for the other available modes.

    Change-Id: I751200a354ec9be2bfd5f94d3e4bbf53dab2c8bb
    Partial-Bug: 1676363