From 92ac9269e37a563b33e06ae912858eb53a9b9769 Mon Sep 17 00:00:00 2001
From: Tim Rozet <trozet@redhat.com>
Date: Thu, 16 Feb 2017 16:16:38 -0500
Subject: 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 <trozet@redhat.com>
---
 lib/overcloud-deploy-functions.sh | 1 -
 1 file changed, 1 deletion(-)

(limited to 'lib')

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
 }
-- 
cgit