Reviewed: https://review.openstack.org/459100 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=070571dcbc89e8782508421a7a377ad13b779e22 Submitter: Jenkins Branch: master
commit 070571dcbc89e8782508421a7a377ad13b779e22 Author: AlexSTafeyev <[email protected]> Date: Sun Apr 23 10:59:12 2017 +0000 Creating subnet for tagged network without GW. In order to have only 1 GW passed to the VM we need to create second subnet without GW configured. This fixes the VM connectivity loss issue. Change-Id: Iaea3cf0d10b814bcdc690df6192f9e729f77304f closes-bug: 1685602 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1685602 Title: scenario test_trunk test_subport_connectivity - tagged network created with GW Status in neutron: Fix Released Bug description: Tagged network created with gateway - The outcome of that : When dhclient eth0.TAG is executed , the VM gets another GW and we lose FIP connectivity . The self.create_subnet(vlan_network, cidr=new_subnet_cidr) should be created without GW. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1685602/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

