Merge "Update OpenStack service names"

This commit is contained in:
Jenkins 2016-10-17 17:25:28 +00:00 committed by Gerrit Code Review
commit f54e0cb744

View File

@ -52,9 +52,9 @@ kolla_internal_vip_address: "10.10.10.254"
#docker_registry_password: "correcthorsebatterystaple"
####################
# Networking options
####################
###############################
# Neutron - Networking Options
###############################
# This interface is what all your api services will be bound to by default.
# Additionally, all vxlan/tunnel and storage network traffic will go over this
# interface by default. This interface must contain an IPv4 address.
@ -166,9 +166,9 @@ kolla_internal_vip_address: "10.10.10.254"
#ceph_pool_type: "replicated"
#######################
# Keystone options
#######################
##############################
# Keystone - Identity Options
##############################
# Valid options are [ uuid, fernet ]
#keystone_token_provider: 'uuid'
@ -181,9 +181,9 @@ kolla_internal_vip_address: "10.10.10.254"
#fernet_token_expiry: 86400
#######################
# Glance options
#######################
#########################
# Glance - Image Options
#########################
# Configure image backend.
#glance_backend_file: "yes"
#glance_backend_ceph: "no"
@ -202,24 +202,24 @@ kolla_internal_vip_address: "10.10.10.254"
#gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
#######################
# Cinder options
#######################
#################################
# Cinder - Block Storage Options
#################################
# Enable / disable Cinder backends
#cinder_backend_ceph: "{{ enable_ceph }}"
#cinder_volume_group: "cinder-volumes"
#######################
# Nova options
#######################
#########################
# Nova - Compute Options
#########################
#nova_backend_ceph: "{{ enable_ceph }}"
#######################
# Horizon options
#######################
##############################
# Horizon - Dashboard Options
##############################
#horizon_backend_database: "no"