From 6e9ad29fac7758f468d49828120535b3e281d22f Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Wed, 30 Jul 2014 17:05:34 -0400 Subject: python-keystone: Remove openrc file and bb references. This patch removes the openrc file from the keystone package and references to openrc in the python-kystone_git.bb file. Signed-off-by: Liam R. Howlett --- meta-openstack/recipes-devtools/python/python-keystone/openrc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-keystone/openrc (limited to 'meta-openstack/recipes-devtools/python/python-keystone') diff --git a/meta-openstack/recipes-devtools/python/python-keystone/openrc b/meta-openstack/recipes-devtools/python/python-keystone/openrc deleted file mode 100644 index 1d0a1ea..0000000 --- a/meta-openstack/recipes-devtools/python/python-keystone/openrc +++ /dev/null @@ -1,6 +0,0 @@ -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