summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone/openrc
diff options
context:
space:
mode:
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..1d0a1ea
--- /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=%OS_PASSWORD%
4export OS_AUTH_URL="http://localhost:5000/v2.0/"
5export SERVICE_ENDPOINT="http://localhost:35357/v2.0"
6export SERVICE_TOKEN=%SERVICE_TOKEN%