We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd2924c + 2b3bb30 commit 226dac2Copy full SHA for 226dac2
1 file changed
lib/nova
@@ -772,7 +772,7 @@ function init_nova {
772
# (Re)create nova databases
773
for i in $(seq 1 $NOVA_NUM_CELLS); do
774
recreate_database nova_cell${i}
775
- $NOVA_BIN_DIR/nova-manage --config-file $(conductor_conf $i) db sync
+ $NOVA_BIN_DIR/nova-manage --config-file $(conductor_conf $i) db sync --local_cell
776
done
777
778
# Migrate nova and nova_cell0 databases.
0 commit comments