Consistent heading style for all headings
changes all headings which were lacking the style Change-Id: Ifdf51c33211f94eadbef588e929940727e4405a6
This commit is contained in:
parent
7716497d1e
commit
19924ade75
@ -5,9 +5,9 @@
|
||||
# commented parameters are shown here, To override the default value uncomment
|
||||
# the parameter and change its value.
|
||||
|
||||
###################
|
||||
###############
|
||||
# Kolla options
|
||||
###################
|
||||
###############
|
||||
# Valid options are [ COPY_ONCE, COPY_ALWAYS ]
|
||||
#config_strategy: "COPY_ALWAYS"
|
||||
|
||||
@ -45,9 +45,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
# kolla_external_vip_address.
|
||||
#kolla_external_fqdn: "{{ kolla_external_vip_address }}"
|
||||
|
||||
####################
|
||||
################
|
||||
# Docker options
|
||||
####################
|
||||
################
|
||||
# Below is an example of a private repository with authentication. Note the
|
||||
# Docker registry password can also be set in the passwords.yml file.
|
||||
|
||||
@ -57,9 +57,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#docker_registry_password: "correcthorsebatterystaple"
|
||||
|
||||
|
||||
###############################
|
||||
##############################
|
||||
# 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.
|
||||
@ -97,9 +97,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#keepalived_virtual_router_id: "51"
|
||||
|
||||
|
||||
####################
|
||||
#############
|
||||
# TLS options
|
||||
####################
|
||||
#############
|
||||
# To provide encryption and authentication on the kolla_external_vip_interface,
|
||||
# TLS can be enabled. When TLS is enabled, certificates must be provided to
|
||||
# allow clients to perform authentication.
|
||||
@ -107,15 +107,15 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#kolla_external_fqdn_cert: "{{ node_config_directory }}/certificates/haproxy.pem"
|
||||
|
||||
|
||||
###############################
|
||||
##############
|
||||
# OpenDaylight
|
||||
###############################
|
||||
##############
|
||||
#enable_opendaylight_qos: "no"
|
||||
#enable_opendaylight_l3: "yes"
|
||||
|
||||
####################
|
||||
###################
|
||||
# OpenStack options
|
||||
####################
|
||||
###################
|
||||
# Use these options to set the various log levels across all OpenStack projects
|
||||
# Valid options are [ True, False ]
|
||||
#openstack_logging_debug: "False"
|
||||
@ -212,9 +212,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#enable_watcher: "no"
|
||||
#enable_zun: "no"
|
||||
|
||||
###################
|
||||
##############
|
||||
# Ceph options
|
||||
###################
|
||||
##############
|
||||
# Ceph can be setup with a caching to improve performance. To use the cache you
|
||||
# must provide separate disks than those for the OSDs
|
||||
#ceph_enable_cache: "no"
|
||||
@ -238,9 +238,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#enable_ceph_rgw_keystone: "no"
|
||||
|
||||
|
||||
##############################
|
||||
#############################
|
||||
# Keystone - Identity Options
|
||||
##############################
|
||||
#############################
|
||||
|
||||
# Valid options are [ uuid, fernet ]
|
||||
#keystone_token_provider: 'uuid'
|
||||
@ -253,9 +253,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#fernet_token_expiry: 86400
|
||||
|
||||
|
||||
#########################
|
||||
########################
|
||||
# Glance - Image Options
|
||||
#########################
|
||||
########################
|
||||
# Configure image backend.
|
||||
#glance_backend_file: "yes"
|
||||
#glance_backend_ceph: "no"
|
||||
@ -263,29 +263,29 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#glance_backend_swift: "no"
|
||||
|
||||
|
||||
#######################
|
||||
##################
|
||||
# Barbican options
|
||||
#######################
|
||||
##################
|
||||
# Valid options are [ simple_crypto, p11_crypto ]
|
||||
#barbican_crypto_plugin: "simple_crypto"
|
||||
#barbican_library_path: "/usr/lib/libCryptoki2_64.so"
|
||||
|
||||
#######################
|
||||
################
|
||||
## Panko options
|
||||
#######################
|
||||
################
|
||||
# Valid options are [ mongodb, mysql ]
|
||||
#panko_database_type: "mysql"
|
||||
|
||||
#######################
|
||||
#################
|
||||
# Gnocchi options
|
||||
#######################
|
||||
#################
|
||||
# Valid options are [ file, ceph ]
|
||||
#gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
|
||||
|
||||
|
||||
#################################
|
||||
################################
|
||||
# Cinder - Block Storage Options
|
||||
#################################
|
||||
################################
|
||||
# Enable / disable Cinder backends
|
||||
#cinder_backend_ceph: "{{ enable_ceph }}"
|
||||
#cinder_backend_vmwarevc_vmdk: "no"
|
||||
@ -297,24 +297,24 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#cinder_backup_mount_options_nfs: ""
|
||||
|
||||
|
||||
#######################
|
||||
###################
|
||||
# Designate options
|
||||
#######################
|
||||
###################
|
||||
# Valid options are [ bind9 ]
|
||||
#designate_backend: "bind9"
|
||||
#designate_ns_record: "sample.openstack.org"
|
||||
|
||||
#########################
|
||||
########################
|
||||
# Nova - Compute Options
|
||||
#########################
|
||||
########################
|
||||
#nova_backend_ceph: "{{ enable_ceph }}"
|
||||
|
||||
# Valid options are [ qemu, kvm, vmware ]
|
||||
#nova_compute_virt_type: "kvm"
|
||||
|
||||
###################
|
||||
#################
|
||||
# Hyper-V options
|
||||
###################
|
||||
#################
|
||||
# Hyper-V can be used as hypervisor
|
||||
#hyperv_username: "user"
|
||||
#hyperv_password: "password"
|
||||
@ -322,15 +322,15 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
# URL from which Nova Hyper-V MSI is downloaded
|
||||
#nova_msi_url: "https://www.cloudbase.it/downloads/HyperVNovaCompute_Beta.msi"
|
||||
|
||||
##############################
|
||||
#############################
|
||||
# Horizon - Dashboard Options
|
||||
##############################
|
||||
#############################
|
||||
#horizon_backend_database: "{{ enable_murano | bool }}"
|
||||
|
||||
|
||||
#######################################
|
||||
######################################
|
||||
# Manila - Shared File Systems Options
|
||||
#######################################
|
||||
######################################
|
||||
# HNAS backend configuration
|
||||
#hnas_ip:
|
||||
#hnas_user:
|
||||
@ -339,9 +339,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#hnas_evs_ip:
|
||||
#hnas_file_system_name:
|
||||
|
||||
##################################
|
||||
################################
|
||||
# Swift - Object Storage Options
|
||||
##################################
|
||||
################################
|
||||
# Swift expects block devices to be available for storage. Two types of storage
|
||||
# are supported: 1 - storage device with a special partition name and filesystem
|
||||
# label, 2 - unpartitioned disk with a filesystem. The label of this filesystem
|
||||
@ -370,9 +370,9 @@ tempest_floating_network_name:
|
||||
# tempest_image_alt_id: "{{ tempest_image_id }}"
|
||||
# tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
|
||||
|
||||
################################################
|
||||
###################################
|
||||
# VMware - OpenStack VMware support
|
||||
################################################
|
||||
###################################
|
||||
#vmware_vcenter_host_ip:
|
||||
#vmware_vcenter_host_username:
|
||||
#vmware_vcenter_host_password:
|
||||
|
Loading…
Reference in New Issue
Block a user