
The in-process cache for keystone tokens has been deprecated due to "incosistent results and high memory usage" with the expectation we switch to memcached_servers if we want to stay performant. Add memcache_servers [cache] section to the appropriate servers as the [DEFAULT]\memcache_servers options was deprecated. TrivialFix Related-Id: Ied2b88c8cefe5655a88d0c2f334de04e588fa75a Change-Id: Ic971bdddc0be3338b15924f7cc0f97d4a3ad2440
91 lines
2.0 KiB
YAML
91 lines
2.0 KiB
YAML
---
|
|
# TODO(SamYaple): This file should have generated values by default. Propose
|
|
# Ansible vault for locking down the secrets properly.
|
|
|
|
|
|
###################
|
|
# Ceph options
|
|
####################
|
|
ceph_cluster_fsid: "5fba2fbc-551d-11e5-a8ce-01ef4c5cf93c"
|
|
rbd_secret_uuid: "bbc5b4d5-6fca-407d-807d-06a4f4a7bccb"
|
|
|
|
|
|
###################
|
|
# Database options
|
|
####################
|
|
database_password: "password"
|
|
|
|
|
|
####################
|
|
# Docker options
|
|
####################
|
|
docker_registry_password:
|
|
|
|
|
|
####################
|
|
# OpenStack options
|
|
####################
|
|
keystone_admin_password: "password"
|
|
keystone_database_password: "password"
|
|
|
|
glance_database_password: "password"
|
|
glance_keystone_password: "password"
|
|
|
|
nova_database_password: "password"
|
|
nova_api_database_password: "password"
|
|
nova_keystone_password: "password"
|
|
|
|
neutron_database_password: "password"
|
|
neutron_keystone_password: "password"
|
|
metadata_secret: "password"
|
|
|
|
cinder_database_password: "password"
|
|
cinder_keystone_password: "password"
|
|
|
|
swift_keystone_password: "password"
|
|
swift_hash_path_suffix: "kolla"
|
|
swift_hash_path_prefix: "kolla"
|
|
|
|
heat_database_password: "password"
|
|
heat_keystone_password: "password"
|
|
heat_domain_admin_password: "password"
|
|
|
|
murano_database_password: "password"
|
|
murano_keystone_password: "password"
|
|
|
|
ironic_database_password: "password"
|
|
ironic_keystone_password: "password"
|
|
|
|
magnum_database_password: "password"
|
|
magnum_keystone_password: "password"
|
|
|
|
mistral_database_password: "password"
|
|
mistral_keystone_password: "password"
|
|
|
|
horizon_secret_key: "password"
|
|
|
|
manila_database_password: "password"
|
|
manila_keystone_password: "password"
|
|
|
|
memcache_secret_key: "password"
|
|
|
|
####################
|
|
# Manila options
|
|
####################
|
|
service_instance_password: "manila"
|
|
service_instance_user: "manila"
|
|
|
|
|
|
####################
|
|
# RabbitMQ options
|
|
####################
|
|
rabbitmq_password: "password"
|
|
rabbitmq_cluster_cookie: "password"
|
|
|
|
|
|
####################
|
|
# HAProxy options
|
|
####################
|
|
haproxy_password: "password"
|
|
keepalived_password: "password"
|