From a6895a4c000a6390d3e57b0fa7f97c6f4f984498 Mon Sep 17 00:00:00 2001 From: livemoon Date: Tue, 6 Mar 2012 13:48:04 +0800 Subject: [PATCH] Add n-vol n-vol need glance if you only use n-vol --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 34936d4217..28779967eb 100755 --- a/stack.sh +++ b/stack.sh @@ -588,7 +588,7 @@ if is_service_enabled swift; then # storage service git_clone $SWIFT_REPO $SWIFT_DIR $SWIFT_BRANCH fi -if is_service_enabled g-api n-api; then +if is_service_enabled g-api n-api n-vol; then # image catalog service git_clone $GLANCE_REPO $GLANCE_DIR $GLANCE_BRANCH fi