diff options
| author | Liam R. Howlett <Liam.Howlett@WindRiver.com> | 2014-07-30 17:05:34 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-31 16:10:30 -0400 |
| commit | 8dfdfd8d1b55d7c0fc8899dc65400fdbc2d94ba9 (patch) | |
| tree | bde0833c6975cc091d384eb26fddd70b9661ae23 /meta-openstack/recipes-devtools/python/python-keystone/openrc | |
| parent | a876278442bb035f0c55a3edf0742febf9a6d6a9 (diff) | |
| download | meta-cloud-services-8dfdfd8d1b55d7c0fc8899dc65400fdbc2d94ba9.tar.gz | |
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 <Liam.Howlett@WindRiver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone/openrc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone/openrc | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ | |||
| 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% | ||
