summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-01-28 21:42:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-28 21:42:26 +0000
commitb315e999c780903e9ff59a5ffca0de339a436487 (patch)
tree90b625ad84cf5a4e4a2b984281fc87c8ac779f51 /ci
parent86b63487620e56978242572a5cf59c4f535a7d98 (diff)
parent2c819feee61124af26ce687f6491d46f6e15bb58 (diff)
Merge "Fixes cinder keystone auth"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh1
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
}