summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-01-27 18:32:36 -0500
committerTim Rozet <trozet@redhat.com>2016-01-28 15:44:52 +0000
commit2c819feee61124af26ce687f6491d46f6e15bb58 (patch)
treeec07b498e195eaa623601b8976c8ee3834bf0b86 /ci
parent1c337aef12c7a026eee2020017f8433c71808433 (diff)
Fixes cinder keystone auth
URI was being passed incorrectly by tht JIRA: APEX-59 Change-Id: If9912f1ef0618836f37931e3573293d0f434d23f Signed-off-by: Tim Rozet <trozet@redhat.com>
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 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
}