Skip to content

Instantly share code, notes, and snippets.

@ntk148v
Created September 2, 2017 01:22
Show Gist options
  • Save ntk148v/7790656c8424d15e938ff3497322af3f to your computer and use it in GitHub Desktop.
Save ntk148v/7790656c8424d15e938ff3497322af3f to your computer and use it in GitHub Desktop.
[[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