Comment 2 for bug 1394112

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

Reviewed: https://review.openstack.org/135872
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=66dcb8b935a00e7f7566802d662ebb1f265eab1f
Submitter: Jenkins
Branch: master

commit 66dcb8b935a00e7f7566802d662ebb1f265eab1f
Author: sridhargaddam <email address hidden>
Date: Thu Nov 20 07:39:54 2014 +0000

    Auto allocate gateway_ip even for SLAAC subnets

    For a SLAAC subnet that is created without specifying the gateway_ip,
    Neutron currently allocates (If0c48a7287a828eef4a0f0b0859d4f898d2937bd)
    the gateway_ip at a later stage (i.e., neutron router_interface_add).
    In order to keep the API consistent between IPv4 and IPv6, it is
    recommended to allocate the gateway_ip during subnet_create stage itself.

    Closes-Bug: #1394112
    Change-Id: I965232930502c21b605fe360bb138bb6ea73d2b0