bbd2d2b78b
This makes usage of barbican in devstack significantly more straight forward. No more pre-cloning and moving files around. Change-Id: I0ec63819b3aae21a6ffaed5cf8285e26dce6ae94
16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
[[local|localrc]]
|
|
disable_all_services
|
|
|
|
enable_plugin barbican https://git.openstack.org/openstack/barbican stable/liberty
|
|
enable_service rabbit mysql key
|
|
|
|
# This is to keep the token small for testing
|
|
KEYSTONE_TOKEN_FORMAT=UUID
|
|
|
|
# Modify passwords as needed
|
|
DATABASE_PASSWORD=secretdatabase
|
|
RABBIT_PASSWORD=secretrabbit
|
|
ADMIN_PASSWORD=secretadmin
|
|
SERVICE_PASSWORD=secretservice
|
|
SERVICE_TOKEN=111222333444
|