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:
parent
140fe9081e
commit
4a461038a4
@ -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'
|
Loading…
x
Reference in New Issue
Block a user