diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-17 11:59:02 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:59 -0400 |
| commit | bcc531c32117bfe2417c881644b5eac976098db5 (patch) | |
| tree | 0fa87364ee1de4d73386983101e5527af6f1211c /meta-openstack/recipes-devtools/python/python-nova/openrc | |
| parent | 8bfba8e4ea9d79028918d69cb4e97ec75c0be986 (diff) | |
| download | meta-cloud-services-bcc531c32117bfe2417c881644b5eac976098db5.tar.gz | |
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 <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova/openrc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova/openrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/openrc b/meta-openstack/recipes-devtools/python/python-nova/openrc new file mode 100644 index 0000000..1d0a1ea --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-nova/openrc | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | export OS_TENANT_NAME=admin | ||
| 2 | export OS_USERNAME=admin | ||
| 3 | export OS_PASSWORD=%OS_PASSWORD% | ||
| 4 | export OS_AUTH_URL="http://localhost:5000/v2.0/" | ||
| 5 | export SERVICE_ENDPOINT="http://localhost:35357/v2.0" | ||
| 6 | export SERVICE_TOKEN=%SERVICE_TOKEN% | ||
