We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658ac7a commit 84c0599Copy full SHA for 84c0599
1 file changed
stack.sh
@@ -602,6 +602,7 @@ function git_clone {
602
# compute service
603
git_clone $NOVA_REPO $NOVA_DIR $NOVA_BRANCH
604
# python client library to nova that horizon (and others) use
605
+git_clone $KEYSTONECLIENT_REPO $KEYSTONECLIENT_DIR $KEYSTONECLIENT_BRANCH
606
git_clone $NOVACLIENT_REPO $NOVACLIENT_DIR $NOVACLIENT_BRANCH
607
608
# glance, swift middleware and nova api needs keystone middleware
@@ -630,7 +631,6 @@ fi
630
631
if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then
632
# django powered web control panel for openstack
633
git_clone $HORIZON_REPO $HORIZON_DIR $HORIZON_BRANCH $HORIZON_TAG
- git_clone $KEYSTONECLIENT_REPO $KEYSTONECLIENT_DIR $KEYSTONECLIENT_BRANCH
634
fi
635
if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
636
# quantum
0 commit comments