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"