diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/openrc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/openrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/openrc b/meta-openstack/recipes-devtools/python/python-nova/openrc index 35327ac..e8507f2 100644 --- a/meta-openstack/recipes-devtools/python/python-nova/openrc +++ b/meta-openstack/recipes-devtools/python/python-nova/openrc | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | export OS_TENANT_NAME=admin | 1 | export OS_TENANT_NAME=admin |
| 2 | export OS_USERNAME=admin | 2 | export OS_USERNAME=admin |
| 3 | export OS_PASSWORD=%OS_PASSWORD% | 3 | export OS_PASSWORD=%OS_PASSWORD% |
| 4 | export OS_AUTH_URL="http://%CONTROLLER_HOST%:5000/v2.0/" | 4 | export OS_AUTH_URL="http://%CONTROLLER_HOST%:8081/keystone/main/v2.0/" |
| 5 | export SERVICE_ENDPOINT="http://%CONTROLLER_HOST%:35357/v2.0" | 5 | export SERVICE_ENDPOINT="http://%CONTROLLER_HOST%:8081/keystone/admin/v2.0" |
| 6 | export SERVICE_TOKEN=%SERVICE_TOKEN% | 6 | export SERVICE_TOKEN=%SERVICE_TOKEN% |
| 7 | 7 | ||
| 8 | function get_field() { | 8 | function get_field() { |
