summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-02-16 16:16:38 -0500
committerTim Rozet <trozet@redhat.com>2017-02-16 16:16:38 -0500
commit92ac9269e37a563b33e06ae912858eb53a9b9769 (patch)
treeb7bbbbda3b64944d58ef217e69a8ad336aa91e85 /lib
parent0658df1604d3f5a7042478104778ba7e9d233a3e (diff)
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>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/overcloud-deploy-functions.sh1
1 files changed, 0 insertions, 1 deletions
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
}