diff options
author | Dan Radez <dradez@redhat.com> | 2016-01-28 21:42:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-28 21:42:26 +0000 |
commit | b315e999c780903e9ff59a5ffca0de339a436487 (patch) | |
tree | 90b625ad84cf5a4e4a2b984281fc87c8ac779f51 /ci | |
parent | 86b63487620e56978242572a5cf59c4f535a7d98 (diff) | |
parent | 2c819feee61124af26ce687f6491d46f6e15bb58 (diff) |
Merge "Fixes cinder keystone auth"
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 } |