barbican/devstack/local.conf.example
Kaitlin Farr 7189ce2c5a Update local.conf.example
stable/liberty is eol. Change the default to use the latest master
branch, since that is most likely the desired behavior if you are
using DevStack anyway.

Change-Id: I9d800d123b952073823e2327b8739d9d73636b47
2017-02-28 20:49:05 +00:00

19 lines
512 B
Plaintext

[[local|localrc]]
disable_all_services
enable_plugin barbican https://git.openstack.org/openstack/barbican
# To use a specific branch:
# enable_plugin barbican https://git.openstack.org/openstack/barbican stable/<release-name>
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