c80a8c282b
Due to a few issue that exist between keystone v3 and v2.0 the endpoint needs to be created as v2.0. If it is created as v3, v2.0 queries will not see the endpoint. https://bugs.launchpad.net/keystone/+bug/1470635 Change-Id: Ie7ff88b8cbb23b3ca149cb6e8d5a18a427d22038 Partially-Implements: blueprint ansible-service
31 lines
616 B
YAML
31 lines
616 B
YAML
---
|
|
# TODO(SamYaple): This file should have generated values by default. Propose
|
|
# Ansible vault for locking down the secrets properly.
|
|
|
|
|
|
###################
|
|
# Database options
|
|
####################
|
|
database_password: "password"
|
|
|
|
|
|
####################
|
|
# Docker options
|
|
####################
|
|
docker_registry_password:
|
|
|
|
|
|
####################
|
|
# Openstack options
|
|
####################
|
|
keystone_admin_token: "password"
|
|
keystone_admin_password: "password"
|
|
keystone_database_password: "password"
|
|
|
|
|
|
####################
|
|
# RabbitMQ options
|
|
####################
|
|
rabbitmq_password: "password"
|
|
rabbitmq_cluster_cookie: "password"
|