deb-barbican/devstack/local.conf.example
Adam Harwell bbd2d2b78b Use the new Devstack external plugin method
This makes usage of barbican in devstack significantly more straight
forward. No more pre-cloning and moving files around.

Change-Id: I0ec63819b3aae21a6ffaed5cf8285e26dce6ae94
2015-09-01 20:44:47 +00:00

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