Removes cinder quota show in post install 69/28869/1
authorTim Rozet <trozet@redhat.com>
Thu, 16 Feb 2017 21:16:38 +0000 (16:16 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 16 Feb 2017 21:16:38 +0000 (16:16 -0500)
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

index 3d718f5..f6522b8 100755 (executable)
@@ -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
 }