diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-11 14:33:50 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:56 -0400 |
| commit | c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 (patch) | |
| tree | 34c4d9d0d31fc4c516d37a28dac24395b5acce70 /meta-openstack/recipes-devtools/python/python-keystone/openrc | |
| parent | 9edb63604d5ff6d32f5abc788acef07b015a4d59 (diff) | |
| download | meta-cloud-services-c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24.tar.gz | |
python-keystone: Initialized Identity Service
The identity.sh script creates all the users and other
configurations for the openstack services. The openrc
file contains some environment variables that are used
by the openstack CLI commands.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/openrc')
| -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..b189d0e --- /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=password | ||
| 4 | export OS_AUTH_URL="http://localhost:5000/v2.0/" | ||
| 5 | export SERVICE_ENDPOINT="http://localhost:35357/v2.0" | ||
| 6 | export SERVICE_TOKEN=password | ||
