From bcc531c32117bfe2417c881644b5eac976098db5 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Wed, 17 Jul 2013 11:59:02 +0300 Subject: keystone, nova: Moved environment variables to nova The keystone package is only installed on a controller node. This way the credentials can be loaded on both types of nodes. Signed-off-by: Mihai Prica --- 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/openrc') 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 b189d0e..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=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