diff options
Diffstat (limited to 'ci')
-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 d0b8338b..5b11d689 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -875,6 +875,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 } |