Reviewed: https://review.openstack.org/536546 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0467b537bfcf0cb973eb74b49ff7207dafbdbdbc Submitter: Zuul Branch: master
commit 0467b537bfcf0cb973eb74b49ff7207dafbdbdbc Author: Dan Smith <[email protected]> Date: Mon Jan 22 11:57:53 2018 -0800 Fix update_cell to ignore existing identical cells The recent cell duplication filter makes it impossible to do update_cell on an existing cell with identical details. If we're updating a cell by uuid and specify the exact same parameters, we shouldn't signal failure. Change-Id: I2faaec94444bc7d29fda1facd22e0da3bc6f01f9 Closes-Bug: #1744780 ** 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/1744780 Title: Nova::Cell_v2::Simple_setup/Nova_cell_v2[cell0] fails on master promote Status in OpenStack Compute (nova): Fix Released Status in tripleo: Triaged Bug description: FS20 is failing in the promote pipeline for master during deploy. It looks like we have a regression in either nova or puppet-nova. The error in the deploy logs is: "Error: /Stage[main]/Nova::Cell_v2::Simple_setup/Nova_cell_v2[cell0]: Could not evaluate: Execution of '/usr/bin/nova-manage cell_v2 update_cell --cell_uuid 00000000-0000-0000-0000-000000000000 --transport-url none:/// --database_connection mysql+pymysql://nova:[email protected]/nova_cell0?read_default_group=tripleo&read_default_file=/etc/my.cnf.d/tripleo.cnf' returned 3: The specified transport_url and/or database_connection combination already exists for another cell with uuid 00000000-0000-0000-0000-000000000000.", Full logs for the job at: https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci- centos-7-ovb-1ctlr_1comp-featureset020-master/12230cb To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1744780/+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

