Fix default auth credentials in freezer-api.conf
The default credentials in freezer-api.conf erroneously used the admin user and tenant Now they contain the user "freezer" and tenant "service". This is consistent with the installation documentation Closes bug: #1465712 Change-Id: Icd315c2613980fac41c958b5854a2a10c5a8c6c2
This commit is contained in:
parent
eaf8d10599
commit
a544ac75bd
@ -7,13 +7,13 @@ logging_file = freezer-api.log
|
||||
[keystone_authtoken]
|
||||
identity_uri = http://keystone:35357/
|
||||
auth_uri = http://keystone:5000/
|
||||
admin_user = admin
|
||||
admin_password = secrete
|
||||
admin_tenant_name = admin
|
||||
admin_user = freezer
|
||||
admin_password = FREEZER_PWD
|
||||
admin_tenant_name = service
|
||||
include_service_catalog = False
|
||||
delay_auth_decision = False
|
||||
|
||||
|
||||
[storage]
|
||||
db=elasticsearch
|
||||
endpoint=http://localhost:9200
|
||||
endpoint=http://elasticsearch_host:9200
|
||||
|
Loading…
Reference in New Issue
Block a user