-
- Downloads
Check for nova DB availability in dependent containers
When nova-api start and the nova database hasn't yet been created, it would create it itself, preventing the migration in nova-conductor to run and making it unable to start. This commit ensures that nova-api container will not try to steal nova-conductor's job of creating the nova database. Nova-scheduler reacts differently to the missing database and simply exits with a backtrace. This commit also prevents nova-scheduler to start when the nova database cannot be found. Change-Id: Ib6f7521151815faa7a26ec1d170df5a1cdb7fd63 Related-Bug: #1335804
Showing
- docker/fedora-rdo-base/kolla-common.sh 4 additions, 2 deletionsdocker/fedora-rdo-base/kolla-common.sh
- docker/nova-base/config-nova.sh 0 additions, 1 deletiondocker/nova-base/config-nova.sh
- docker/nova-controller/nova-api/start.sh 2 additions, 1 deletiondocker/nova-controller/nova-api/start.sh
- docker/nova-controller/nova-scheduler/start.sh 3 additions, 0 deletionsdocker/nova-controller/nova-scheduler/start.sh
Please register or sign in to comment