summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone/openrc
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-11 14:33:50 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:56 -0400
commitc7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 (patch)
tree34c4d9d0d31fc4c516d37a28dac24395b5acce70 /meta-openstack/recipes-devtools/python/python-keystone/openrc
parent9edb63604d5ff6d32f5abc788acef07b015a4d59 (diff)
downloadmeta-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/openrc6
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 @@
1export OS_TENANT_NAME=admin
2export OS_USERNAME=admin
3export OS_PASSWORD=password
4export OS_AUTH_URL="http://localhost:5000/v2.0/"
5export SERVICE_ENDPOINT="http://localhost:35357/v2.0"
6export SERVICE_TOKEN=password