From bcb5ae74d30f70fa0e379cc0ce41fc11f6a00fd0 Mon Sep 17 00:00:00 2001 From: capsali Date: Thu, 22 Jun 2017 16:52:28 +0300 Subject: [PATCH] Revert last changes to devstack local.conf --- devstack_vm/devstack/local.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/devstack_vm/devstack/local.conf b/devstack_vm/devstack/local.conf index fe4a693..220f9a8 100644 --- a/devstack_vm/devstack/local.conf +++ b/devstack_vm/devstack/local.conf @@ -43,10 +43,10 @@ enable_service c-vol enable_service c-sch enable_service c-bak -disable_service s-proxy -disable_service s-object -disable_service s-container -disable_service s-account +enable_service s-proxy +enable_service s-object +enable_service s-container +enable_service s-account enable_service heat enable_service h-api @@ -112,6 +112,9 @@ LOGFILE=$DEST/logs/stack.sh.log VERBOSE=True LOG_COLOR=False +SWIFT_REPLICAS=1 +SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5d2014f6 + DOWNLOAD_DEFAULT_IMAGES=False IMAGE_URLS+="file:///home/ubuntu/devstack/files/images/cirros-0.3.3-x86_64.vhdx" HEAT_CFN_IMAGE_URL="file:///home/ubuntu/devstack/files/images/Fedora-x86_64-20-20140618-sda.vhdx"