commit | d1f5243d91de2756fecd52c3b3a15a4f0a488fdf | [log] [tgz] |
---|---|---|
author | Vishvananda Ishaya <vishvananda@gmail.com> | Thu Feb 09 03:50:57 2012 +0000 |
committer | Vishvananda Ishaya <vishvananda@gmail.com> | Thu Feb 09 03:50:57 2012 +0000 |
tree | 58e71daa295938b3c30aff20001dce341654bcad | |
parent | 84c0599a3a4b5de4f3b23b894e44a65db7d81cd1 [diff] [blame] |
Uses keystone client instead of keystone-manage * Depends on https://review.openstack.org/#change,3948 * Depends on https://review.openstack.org/#change,3945 * Fixes bug 928558 Change-Id: I83c337e3b92a9ab0dac254afe83673185867b7b0
diff --git a/openrc b/openrc index c05bf65..df011a3 100644 --- a/openrc +++ b/openrc
@@ -42,7 +42,7 @@ # # *NOTE*: Using the 2.0 *auth api* does not mean that compute api is 2.0. We # will use the 1.1 *compute api* -export NOVA_URL=${NOVA_URL:-http://$SERVICE_HOST:5000/v2.0/} +export NOVA_URL=${NOVA_URL:-http://$SERVICE_HOST:5000/v2.0} export OS_AUTH_URL=${NOVA_URL} # Currently novaclient needs you to specify the *compute api* version. This