Created
September 2, 2017 01:22
-
-
Save ntk148v/7790656c8424d15e938ff3497322af3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
HOST_IP=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/') | |
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=password | |
RABBIT_PASSWORD=password | |
ADMIN_PASSWORD=password | |
SERVICE_PASSWORD=password | |
SERVICE_TOKEN=password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment