Add a local.conf for easier DevStack spinning up
Change-Id: I30117fea17068ad21404fdd250e842ec635c4ca8
This commit is contained in:
parent
10fae57c1c
commit
8876d74ed6
13
contrib/devstack/local.conf
Normal file
13
contrib/devstack/local.conf
Normal 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
|
Loading…
x
Reference in New Issue
Block a user