diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/admin-openrc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone/admin-openrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/admin-openrc b/meta-openstack/recipes-devtools/python/python-keystone/admin-openrc new file mode 100644 index 0000000..4b459d7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystone/admin-openrc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | # | ||
| 2 | # Matches bootstrap data in keystone-init | ||
| 3 | # | ||
| 4 | export OS_PROJECT_DOMAIN_NAME=Default | ||
| 5 | export OS_USER_DOMAIN_NAME=Default | ||
| 6 | export OS_PROJECT_NAME=admin | ||
| 7 | export OS_USERNAME=%ADMIN_USER% | ||
| 8 | export OS_PASSWORD=%ADMIN_PASSWORD% | ||
| 9 | export OS_AUTH_URL=http://%CONTROLLER_IP%:35357/v3 | ||
| 10 | export OS_IDENTITY_API_VERSION=3 | ||
| 11 | export OS_IMAGE_API_VERSION=2 | ||
| 12 | export OS_REGION_NAME=RegionOne | ||
