Merge "Remove old Glance variables from openrc template"

This commit is contained in:
Jenkins 2012-03-05 20:34:37 +00:00 committed by Gerrit Code Review
commit be9c8e4545
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