Skip to content

Commit 226dac2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Only sync the local cell in superconductor mode"
2 parents cd2924c + 2b3bb30 commit 226dac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ function init_nova {
772772
# (Re)create nova databases
773773
for i in $(seq 1 $NOVA_NUM_CELLS); do
774774
recreate_database nova_cell${i}
775-
$NOVA_BIN_DIR/nova-manage --config-file $(conductor_conf $i) db sync
775+
$NOVA_BIN_DIR/nova-manage --config-file $(conductor_conf $i) db sync --local_cell
776776
done
777777

778778
# Migrate nova and nova_cell0 databases.

0 commit comments

Comments
 (0)