28405cb046
Change-Id: I0d079752c19cba21be6f02caa1aed9b917999495
19 lines
500 B
Plaintext
19 lines
500 B
Plaintext
[[local|localrc]]
|
|
disable_all_services
|
|
|
|
enable_plugin barbican https://opendev.org/openstack/barbican
|
|
# To use a specific branch:
|
|
# enable_plugin barbican https://opendev.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
|