diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 507e62aa..22a7b8aa 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -872,6 +872,7 @@ echo "Keystone Endpoint List:" keystone endpoint-list echo "Keystone Service List" keystone service-list +cinder quota-show \$(openstack project list | grep admin | awk {'print \$2'}) EOI fi } |