Remove old Glance variables from openrc template
Fixes bug 947352 Change-Id: I3d8a9f26c5fc3e18702bbfe288552d89ad8dd914
This commit is contained in:
parent
a205432474
commit
f631470645
1
AUTHORS
1
AUTHORS
@ -6,6 +6,7 @@ Arvind Somya <asomya@cisco.com>
|
|||||||
Carlo Truijllo <truijllo@crs4.it>
|
Carlo Truijllo <truijllo@crs4.it>
|
||||||
Chuck Short <chuck.short@canonical.com>
|
Chuck Short <chuck.short@canonical.com>
|
||||||
Cole Robinson <crobinso@redhat.com>
|
Cole Robinson <crobinso@redhat.com>
|
||||||
|
Dean Troyer <dtroyer@gmail.com>
|
||||||
Devin Carlen <devin.carlen@gmail.com>
|
Devin Carlen <devin.carlen@gmail.com>
|
||||||
Doug Doan <dougdoan@gmail.com>
|
Doug Doan <dougdoan@gmail.com>
|
||||||
Duncan McGreggor <duncan@dreamhost.com>
|
Duncan McGreggor <duncan@dreamhost.com>
|
||||||
|
@ -21,10 +21,3 @@ export OS_USERNAME={{ user.username }}
|
|||||||
echo "Please enter your OpenStack Password: "
|
echo "Please enter your OpenStack Password: "
|
||||||
read -s OS_PASSWORD_INPUT
|
read -s OS_PASSWORD_INPUT
|
||||||
export OS_PASSWORD=$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