fix script name in nova-controller images

Change-Id: Ia0b9057887bf34423546ca36346d9253ef4c90b9
This commit is contained in:
Lars Kellogg-Stedman 2014-10-17 15:46:49 -04:00
parent ad615338cc
commit 89534f43a1
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -e
. /opt/kolla/config-nova-controller.sh
. /opt/kolla/config-nova.sh
check_for_keystone

View File

@ -2,7 +2,7 @@
set -e
. /opt/kolla/config-nova-controller.sh
. /opt/kolla/config-nova.sh
check_for_db

View File

@ -2,6 +2,6 @@
set -e
. /opt/kolla/config-nova-controller.sh
. /opt/kolla/config-nova.sh
exec /usr/bin/nova-scheduler