summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
authorLiam R. Howlett <Liam.Howlett@WindRiver.com>2014-09-19 15:52:17 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-22 11:46:43 -0400
commit1c34736247f8ae18d054cfecfec54152bf27f1d9 (patch)
treef5c2a952d804fc43c00e1be89751551b579aa6c0 /meta-openstack/recipes-extended
parentbf51fa4f053a6aecb816ed7b4dcca64e9bd5b9b3 (diff)
downloadmeta-cloud-services-1c34736247f8ae18d054cfecfec54152bf27f1d9.tar.gz
keystone: Change packages configuration to use apache keystone.
This commit changes all required configurations to use keystone running on apache. The following packages configurations were modified for keystone running on apache: python-neutron, python-nova, tempest, python-swift, python-rally, python-heat, python-glance, python-cinder, python-ceilmoeter, python-horizon. Signed-off-by: Liam R. Howlett <Liam.Howlett@WindRiver.com>
Diffstat (limited to 'meta-openstack/recipes-extended')
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest/tempest.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
index 7a5bf3b..2a81536 100644
--- a/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
+++ b/meta-openstack/recipes-extended/tempest/tempest/tempest.conf
@@ -25,9 +25,9 @@ catalog_type = identity
25# environments that have self-signed SSL certs. 25# environments that have self-signed SSL certs.
26disable_ssl_certificate_validation = False 26disable_ssl_certificate_validation = False
27# URL for where to find the OpenStack Identity API endpoint (Keystone) 27# URL for where to find the OpenStack Identity API endpoint (Keystone)
28uri = http://127.0.0.1:5000/v2.0/ 28uri = http://127.0.0.1:8081/keystone/main/v2.0/
29# URL for where to find the OpenStack V3 Identity API endpoint (Keystone) 29# URL for where to find the OpenStack V3 Identity API endpoint (Keystone)
30uri_v3 = http://127.0.0.1:5000/v3/ 30uri_v3 = http://127.0.0.1:8081/keystone/main/v3/
31# The identity region. Also used as the other services' region name unless 31# The identity region. Also used as the other services' region name unless
32# they are set explicitly. 32# they are set explicitly.
33region = RegionOne 33region = RegionOne