Update OpenStack service names
http://docs.openstack.org/contributor-guide/writing-style/openstack-components.html TrivialFix Change-Id: I36eef6a16517efa36cd9c81b139aa717f75706fb
This commit is contained in:
parent
37aa948663
commit
fb109d23b2
@ -52,9 +52,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
|||||||
#docker_registry_password: "correcthorsebatterystaple"
|
#docker_registry_password: "correcthorsebatterystaple"
|
||||||
|
|
||||||
|
|
||||||
####################
|
###############################
|
||||||
# Networking options
|
# Neutron - Networking Options
|
||||||
####################
|
###############################
|
||||||
# This interface is what all your api services will be bound to by default.
|
# 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
|
# Additionally, all vxlan/tunnel and storage network traffic will go over this
|
||||||
# interface by default. This interface must contain an IPv4 address.
|
# 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"
|
#ceph_pool_type: "replicated"
|
||||||
|
|
||||||
|
|
||||||
#######################
|
##############################
|
||||||
# Keystone options
|
# Keystone - Identity Options
|
||||||
#######################
|
##############################
|
||||||
|
|
||||||
# Valid options are [ uuid, fernet ]
|
# Valid options are [ uuid, fernet ]
|
||||||
#keystone_token_provider: 'uuid'
|
#keystone_token_provider: 'uuid'
|
||||||
@ -181,9 +181,9 @@ kolla_internal_vip_address: "10.10.10.254"
|
|||||||
#fernet_token_expiry: 86400
|
#fernet_token_expiry: 86400
|
||||||
|
|
||||||
|
|
||||||
#######################
|
#########################
|
||||||
# Glance options
|
# Glance - Image Options
|
||||||
#######################
|
#########################
|
||||||
# Configure image backend.
|
# Configure image backend.
|
||||||
#glance_backend_file: "yes"
|
#glance_backend_file: "yes"
|
||||||
#glance_backend_ceph: "no"
|
#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' }}"
|
#gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
|
||||||
|
|
||||||
|
|
||||||
#######################
|
#################################
|
||||||
# Cinder options
|
# Cinder - Block Storage Options
|
||||||
#######################
|
#################################
|
||||||
# Enable / disable Cinder backends
|
# Enable / disable Cinder backends
|
||||||
#cinder_backend_ceph: "{{ enable_ceph }}"
|
#cinder_backend_ceph: "{{ enable_ceph }}"
|
||||||
|
|
||||||
#cinder_volume_group: "cinder-volumes"
|
#cinder_volume_group: "cinder-volumes"
|
||||||
|
|
||||||
|
|
||||||
#######################
|
#########################
|
||||||
# Nova options
|
# Nova - Compute Options
|
||||||
#######################
|
#########################
|
||||||
#nova_backend_ceph: "{{ enable_ceph }}"
|
#nova_backend_ceph: "{{ enable_ceph }}"
|
||||||
|
|
||||||
|
|
||||||
#######################
|
##############################
|
||||||
# Horizon options
|
# Horizon - Dashboard Options
|
||||||
#######################
|
##############################
|
||||||
#horizon_backend_database: "no"
|
#horizon_backend_database: "no"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user