From d957c53425a7472f2d28a863ab6eae13174cf9da Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 10 Aug 2013 00:40:36 -0400 Subject: keystone: add openrc file Create the default openrc file for the keystone python install. Signed-off-by: Bruce Ashfield --- 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..1d0a1ea --- /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=%OS_PASSWORD% +export OS_AUTH_URL="http://localhost:5000/v2.0/" +export SERVICE_ENDPOINT="http://localhost:35357/v2.0" +export SERVICE_TOKEN=%SERVICE_TOKEN% -- cgit v1.2.3-54-g00ecf