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 4923e71 + 09226a5 commit efdc4c6Copy full SHA for efdc4c6
docker/nova/nova-api/extend_start.sh
@@ -3,15 +3,15 @@
3
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
4
# of the KOLLA_BOOTSTRAP variable being set, including empty.
5
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
6
- nova-manage db sync
7
nova-manage api_db sync
+ nova-manage db sync
8
nova-manage db online_data_migrations
9
exit 0
10
fi
11
12
if [[ "${!KOLLA_UPGRADE[@]}" ]]; then
13
14
15
16
17
0 commit comments