diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon/local_settings.py')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon/local_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/local_settings.py b/meta-openstack/recipes-devtools/python/python-horizon/local_settings.py index 8046b69..3ba4ab0 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon/local_settings.py +++ b/meta-openstack/recipes-devtools/python/python-horizon/local_settings.py | |||
| @@ -125,7 +125,7 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' | |||
| 125 | # ] | 125 | # ] |
| 126 | 126 | ||
| 127 | OPENSTACK_HOST = "127.0.0.1" | 127 | OPENSTACK_HOST = "127.0.0.1" |
| 128 | OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST | 128 | OPENSTACK_KEYSTONE_URL = "http://%s:8081/keystone/main/v2.0" % OPENSTACK_HOST |
| 129 | OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member" | 129 | OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member" |
| 130 | 130 | ||
| 131 | # Disable SSL certificate checks (useful for self-signed certificates): | 131 | # Disable SSL certificate checks (useful for self-signed certificates): |
