Remove old Glance variables from openrc template

Fixes bug 947352

Change-Id: I3d8a9f26c5fc3e18702bbfe288552d89ad8dd914
This commit is contained in:
Dean Troyer 2012-03-05 10:30:26 -06:00
parent a205432474
commit f631470645
2 changed files with 1 additions and 7 deletions

View File

@ -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>

View File

@ -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