From: Tim Rozet Date: Thu, 16 Feb 2017 21:16:38 +0000 (-0500) Subject: Removes cinder quota show in post install X-Git-Tag: danube.1.0~62 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=92ac9269e37a563b33e06ae912858eb53a9b9769;p=apex.git Removes cinder quota show in post install We used this a while back for additional debug output to prove the quota setting were correct. Now with composable services, it isn't always guaranteed that cinder is used. Since we don't use this output for anything, this patch removes it. Change-Id: I27ba64761a5ec1bfbe9da0c3e331ba91010d1186 Signed-off-by: Tim Rozet --- diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index 3d718f54..f6522b8a 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -360,7 +360,6 @@ echo "Keystone Endpoint List:" openstack endpoint list echo "Keystone Service List" openstack service list -cinder quota-show \$(openstack project list | grep admin | awk {'print \$2'}) EOI fi }