Fixed issue when attempting to add an internal subnet to a router. 43/58043/1
authorspisarski <s.pisarski@cablelabs.com>
Tue, 29 May 2018 16:53:55 +0000 (10:53 -0600)
committerSteven Pisarski <s.pisarski@cablelabs.com>
Tue, 29 May 2018 16:57:14 +0000 (16:57 +0000)
commit429b829fe4a745cdffd6c804a2a5e71d83cfbe0b
tree7959a4c9bd94c18a7b4508fff78c6eac5e86e4e2
parentf856dd2621efea11b8dc20ecea145ab1f0636fda
Fixed issue when attempting to add an internal subnet to a router.

Internal subnets that are owned by the same user who is creating a
router now can be added properly. Attempted to fix an issue with the
change in https://gerrit.opnfv.org/gerrit/#/c/57853/ that was allowing
for subnets with the same name to be assigned but ended up breaking
this functionality completely.

JIRA: SNAPS-312

Change-Id: I1687f66db47520e93e401d3e9fb5f0c4f45d460f
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/IntegrationTests.rst
snaps/openstack/create_router.py
snaps/openstack/tests/create_router_tests.py
snaps/openstack/utils/neutron_utils.py