diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-10 00:40:36 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:59 -0400 |
| commit | d957c53425a7472f2d28a863ab6eae13174cf9da (patch) | |
| tree | 3d8d212b92fd494eb117f200b9d99765bebb222c /meta-openstack/recipes-devtools/python/python-keystone | |
| parent | 8e596f39f21424e32f4cc3bbe7c693b9dae0c614 (diff) | |
| download | meta-cloud-services-d957c53425a7472f2d28a863ab6eae13174cf9da.tar.gz | |
keystone: add openrc file
Create the default openrc file for the keystone python install.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone/openrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/openrc b/meta-openstack/recipes-devtools/python/python-keystone/openrc new file mode 100644 index 0000000..1d0a1ea --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-keystone/openrc | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | export OS_TENANT_NAME=admin | ||
| 2 | export OS_USERNAME=admin | ||
| 3 | export OS_PASSWORD=%OS_PASSWORD% | ||
| 4 | export OS_AUTH_URL="http://localhost:5000/v2.0/" | ||
| 5 | export SERVICE_ENDPOINT="http://localhost:35357/v2.0" | ||
| 6 | export SERVICE_TOKEN=%SERVICE_TOKEN% | ||
