Merge "Remove old Glance variables from openrc template"
This commit is contained in:
commit
be9c8e4545
1
AUTHORS
1
AUTHORS
@ -6,6 +6,7 @@ Arvind Somya <asomya@cisco.com>
|
||||
Carlo Truijllo <truijllo@crs4.it>
|
||||
Chuck Short <chuck.short@canonical.com>
|
||||
Cole Robinson <crobinso@redhat.com>
|
||||
Dean Troyer <dtroyer@gmail.com>
|
||||
Devin Carlen <devin.carlen@gmail.com>
|
||||
Doug Doan <dougdoan@gmail.com>
|
||||
Duncan McGreggor <duncan@dreamhost.com>
|
||||
|
@ -21,10 +21,3 @@ export OS_USERNAME={{ user.username }}
|
||||
echo "Please enter your OpenStack Password: "
|
||||
read -s OS_PASSWORD_INPUT
|
||||
export OS_PASSWORD=$OS_PASSWORD_INPUT
|
||||
|
||||
# FIXME: Set Glance API variables as well (needed until we implement
|
||||
# http://wiki.openstack.org/CLIAuth)
|
||||
export OS_AUTH_USER={{ user.username }}
|
||||
export OS_AUTH_KEY=$OS_PASSWORD_INPUT
|
||||
export OS_AUTH_TENANT={{ tenant_id }}
|
||||
export OS_AUTH_STRATEGY=keystone
|
||||
|
Loading…
x
Reference in New Issue
Block a user