From c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 11 Jun 2013 14:33:50 +0300 Subject: 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 --- meta-openstack/recipes-devtools/python/python-keystone/openrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-keystone/openrc (limited to 'meta-openstack/recipes-devtools/python/python-keystone/openrc') 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 @@ +export OS_TENANT_NAME=admin +export OS_USERNAME=admin +export OS_PASSWORD=password +export OS_AUTH_URL="http://localhost:5000/v2.0/" +export SERVICE_ENDPOINT="http://localhost:35357/v2.0" +export SERVICE_TOKEN=password -- cgit v1.2.3-54-g00ecf