Remove cinder-keystone-setup script

This is a legacy script from the tools/openstack days, so we don't
need it now as that script no longer exists.

Change-Id: Iddcd76739447e65fcbf4f4bac517cf4fd919fac9
Closes-Bug: #1376712
This commit is contained in:
Steven Hardy 2014-10-02 13:39:56 +01:00
parent 140fe9081e
commit 4a461038a4
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
#!/bin/bash
set +e
SERVICE_PASSWORD='servicepass'
CINDER_USERNAME='cinder'
source `dirname $0`/heat-keystone-setup
ADMIN_ROLE=$(get_data 2 admin 1 keystone role-list)
SERVICE_TENANT=$(get_data 2 service 1 keystone tenant-list)
CINDER_USERID=$(get_user $CINDER_USERNAME)
add_role $CINDER_USERID $SERVICE_TENANT $ADMIN_ROLE $CINDER_USERNAME
CINDER_SERVICE=$(get_service cinder volume "Cinder Volume Service")
add_endpoint $CINDER_SERVICE 'http://localhost:8776/v1/$(tenant_id)s'

View File

@ -22,7 +22,6 @@ classifier =
packages =
heat
scripts =
bin/cinder-keystone-setup
bin/heat-api
bin/heat-api-cfn
bin/heat-api-cloudwatch