Files
barbican/contrib/devstack/local.conf
Adam Harwell 04a255b404 Make the default devstack config use the right password
Now in line with etc/barbican/barbican-functional.conf (and the gate) which
use "secretadmin" as the default devstack password.

Change-Id: Idc8514f56725dd4ac0d1fda9eae0643d0278fd34
2015-03-18 19:44:41 -05:00

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