Reviewed: https://review.openstack.org/518833 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ce35e9c26f70adee650cefe6f8361d5a42f7a129 Submitter: Zuul Branch: master
commit ce35e9c26f70adee650cefe6f8361d5a42f7a129 Author: Rabi Mishra <[email protected]> Date: Fri Nov 10 05:06:47 2017 +0000 Revert "Don't overwrite binding-profile" This reverts commit ee7858ffcaf3f874feb0ea0c68871f2c93254fdd. Looks like heat gate is broken with this change, and the revert fixes it. Tested with https://review.openstack.org/#/c/518834/ Change-Id: I3fefcda93e496e97474bd419d50bd9753a4d1fed Closes-Bug: #1731395 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1731395 Title: test_server_cfn_init and test_server_signal_userdata_format_software_config failing frequently Status in OpenStack Heat: New Status in OpenStack Compute (nova): Fix Released Bug description: Traceback: 2017-11-10 03:07:31.357527 | primary | 2017-11-10 03:07:31.357 | heat_integrationtests.scenario.test_server_signal.ServerSignalIntegrationTest.test_server_signal_userdata_format_software_config 2017-11-10 03:07:31.359064 | primary | 2017-11-10 03:07:31.358 | -------------------------------------------------------------------------------------------------------------------------------- 2017-11-10 03:07:31.360609 | primary | 2017-11-10 03:07:31.360 | 2017-11-10 03:07:31.362409 | primary | 2017-11-10 03:07:31.361 | Captured traceback: 2017-11-10 03:07:31.364077 | primary | 2017-11-10 03:07:31.363 | ~~~~~~~~~~~~~~~~~~~ 2017-11-10 03:07:31.365498 | primary | 2017-11-10 03:07:31.365 | Traceback (most recent call last): 2017-11-10 03:07:31.366965 | primary | 2017-11-10 03:07:31.366 | File "/opt/stack/new/heat/heat_integrationtests/common/test.py", line 387, in _stack_delete 2017-11-10 03:07:31.368528 | primary | 2017-11-10 03:07:31.368 | success_on_not_found=True) 2017-11-10 03:07:31.370051 | primary | 2017-11-10 03:07:31.369 | File "/opt/stack/new/heat/heat_integrationtests/common/test.py", line 368, in _wait_for_stack_status 2017-11-10 03:07:31.371436 | primary | 2017-11-10 03:07:31.371 | fail_regexp): 2017-11-10 03:07:31.372777 | primary | 2017-11-10 03:07:31.372 | File "/opt/stack/new/heat/heat_integrationtests/common/test.py", line 332, in _verify_status 2017-11-10 03:07:31.374123 | primary | 2017-11-10 03:07:31.373 | stack_status_reason=stack.stack_status_reason) 2017-11-10 03:07:31.375699 | primary | 2017-11-10 03:07:31.375 | heat_integrationtests.common.exceptions.StackBuildErrorException: Stack ServerSignalIntegrationTest-1700906107 is in DELETE_FAILED status due to 'Resource DELETE failed: ResourceInError: resources.server: Went to status ERROR due to "Server Se-gnalIntegrationTest-1700906107-server-l5mj3wi5kfci delete failed: (404) Port id 387d58a6-7a65-4514-9695-18bfcb2302f5 could not be found."' Noticed at: http://logs.openstack.org/40/509140/22/check/legacy-heat-dsvm-functional-orig-mysql-lbaasv2/b0e5f36/job-output.txt.gz http://logs.openstack.org/98/509098/19/check/heat-functional-convg- mysql-lbaasv2-amqp1/df22003/job-output.txt.gz From neutron logs: http://logs.openstack.org/40/509140/22/check/legacy-heat-dsvm-functional-orig-mysql-lbaasv2/b0e5f36/logs/screen-q-svc.txt.gz#_Nov_10_03_12_34_409860 Probably it's https://review.openstack.org/#/c/505613/ Testing the revert with https://review.openstack.org/518834 To manage notifications about this bug go to: https://bugs.launchpad.net/heat/+bug/1731395/+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

