From fb109d23b273d746e218e8207fd1472e49b9393a Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Mon, 17 Oct 2016 08:51:50 -0300 Subject: [PATCH] Update OpenStack service names http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html TrivialFix Change-Id: I36eef6a16517efa36cd9c81b139aa717f75706fb --- etc/kolla/globals.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 89fc974a9e..bf88124e1e 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -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"