Pierre Riteau 19b8dbe460 Stop duplicating Nova cells
Check if a base Nova cell already exists before calling `nova-manage
cell_v2 create_cell`, which would otherwise create a duplicate cell when
the transport URL or database connection change.

If a base cell already exists but the connection values have changed, we
now call `nova-manage cell_v2 update_cell` instead. This is only
possible if a duplicate cell has not yet been created. If one already
exists, we print a warning inviting the operator to perform a manual
cleanup. We don't use a hard fail to avoid an abrupt change of behavior
if this is backported to stable branches.

Change-Id: I7841ce0cff08e315fd7761d84e1e681b1a00d43e
Closes-Bug: #1734872
2019-06-06 18:10:06 +01:00
..
2018-11-26 08:07:01 +00:00
2018-11-26 08:07:01 +00:00
2019-05-31 10:25:28 -04:00
2019-02-25 19:30:33 +01:00
2018-11-26 08:07:01 +00:00
2019-06-03 20:29:41 +00:00
2019-06-03 20:29:41 +00:00
2018-11-26 08:07:01 +00:00
2019-03-01 14:36:25 +00:00
2019-02-19 11:13:08 +00:00
2018-11-26 08:07:01 +00:00
2019-06-06 18:10:06 +01:00
2019-05-31 10:25:28 -04:00
2018-11-26 08:07:01 +00:00
2018-11-26 08:07:01 +00:00
2018-11-26 08:07:01 +00:00
2018-11-26 08:07:01 +00:00
2019-03-07 15:50:41 +01:00