This bug hasn't been fixed yet, the change that fixes it [1] is still on review.
[1] https://review.openstack.org/#/c/207196/6 ** Changed in: neutron Status: Fix Released => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1479346 Title: LBaaS: test_healthmonitor_basic scenario fails Status in neutron: In Progress Bug description: test_healthmonitor_basic fails in Jenkins as well as when it is run locally using tox -e scenario Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "neutron_lbaas/tests/tempest/lib/test.py", line 310, in tearDownClass six.reraise(etype, value, trace) File "neutron_lbaas/tests/tempest/lib/test.py", line 293, in tearDownClass teardown() File "neutron_lbaas/tests/tempest/lib/test.py", line 502, in clear_isolated_creds cls._creds_provider.clear_isolated_creds() File "neutron_lbaas/tests/tempest/lib/common/isolated_creds.py", line 415, in clear_isolated_creds self._clear_isolated_net_resources() File "neutron_lbaas/tests/tempest/lib/common/isolated_creds.py", line 406, in _clear_isolated_net_resources creds.subnet['name']) File "neutron_lbaas/tests/tempest/lib/common/isolated_creds.py", line 357, in _clear_isolated_subnet net_client.delete_subnet(subnet_id) File "neutron_lbaas/tests/tempest/lib/services/network/json/network_client.py", line 113, in _delete resp, body = self.delete(uri) File "/opt/stack/neutron-lbaas/.tox/scenario/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 287, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/neutron-lbaas/.tox/scenario/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 643, in request resp, resp_body) File "/opt/stack/neutron-lbaas/.tox/scenario/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 705, in _error_checker raise exceptions.Conflict(resp_body) tempest_lib.exceptions.Conflict: An object with that identifier already exists Details: {u'message': u'Unable to complete operation on subnet 8a98d02b-13c5-4d68-8908-18cc2ba868a3. One or more ports have an IP allocation from this subnet.', u'detail': u'', u'type': u'SubnetInUse'} To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1479346/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp