diff options
Diffstat (limited to 'meta-openstack/recipes-extended')
| -rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest/tempest.conf | 4 |
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. |
| 26 | disable_ssl_certificate_validation = False | 26 | disable_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) |
| 28 | uri = http://127.0.0.1:5000/v2.0/ | 28 | uri = 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) |
| 30 | uri_v3 = http://127.0.0.1:5000/v3/ | 30 | uri_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. |
| 33 | region = RegionOne | 33 | region = RegionOne |
