Add a local.conf for easier DevStack spinning up

Change-Id: I30117fea17068ad21404fdd250e842ec635c4ca8
This commit is contained in:
chadlung 2014-06-02 17:17:38 -05:00
parent 10fae57c1c
commit 8876d74ed6

View File

@ -0,0 +1,13 @@
[[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=password