Remove auth_uri, already have auth_host, auth_port
Remove to clarify config From keystone docs: `auth_uri``: (optional, defaults to `auth_protocol`://`auth_host`:`auth_port`) Change-Id: I4349cd9545c571b37886ae38416c27b841e797f8
This commit is contained in:
@@ -149,7 +149,6 @@ service_port = 5000
|
||||
auth_host = 127.0.0.1
|
||||
auth_port = 35357
|
||||
auth_protocol = http
|
||||
auth_uri = http://127.0.0.1:5000/
|
||||
admin_tenant_name = %SERVICE_TENANT_NAME%
|
||||
admin_user = %SERVICE_USER%
|
||||
admin_password = %SERVICE_PASSWORD%
|
||||
|
Reference in New Issue
Block a user