Skip to content
Snippets Groups Projects
Commit 89534f43 authored by Lars Kellogg-Stedman's avatar Lars Kellogg-Stedman
Browse files

fix script name in nova-controller images

Change-Id: Ia0b9057887bf34423546ca36346d9253ef4c90b9
parent ad615338
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
. /opt/kolla/config-nova-controller.sh . /opt/kolla/config-nova.sh
check_for_keystone check_for_keystone
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
. /opt/kolla/config-nova-controller.sh . /opt/kolla/config-nova.sh
check_for_db check_for_db
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
set -e set -e
. /opt/kolla/config-nova-controller.sh . /opt/kolla/config-nova.sh
exec /usr/bin/nova-scheduler exec /usr/bin/nova-scheduler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment