Now in line with etc/barbican/barbican-functional.conf (and the gate) which use "secretadmin" as the default devstack password. Change-Id: Idc8514f56725dd4ac0d1fda9eae0643d0278fd34
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
[[local|localrc]]
|
|
disable_all_services
|
|
enable_service rabbit mysql key barbican
|
|
|
|
# This is to keep the token small for testing
|
|
KEYSTONE_TOKEN_FORMAT=UUID
|
|
|
|
# Modify passwords as needed
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=secretadmin
|