Add Kolla source and namespace configuration

This commit is contained in:
Mark Goddard 2017-03-03 15:03:57 +00:00
parent ac1131a17d
commit 3d91705c97
1 changed files with 16 additions and 0 deletions

View File

@ -33,9 +33,25 @@
# Kolla installation type: binary or source. # Kolla installation type: binary or source.
#kolla_install_type: #kolla_install_type:
# Docker namespace to use for Kolla images.
#kolla_docker_namespace:
# Kolla OpenStack release version. This should be a Docker image tag. # Kolla OpenStack release version. This should be a Docker image tag.
#kolla_openstack_release: #kolla_openstack_release:
# Dict mapping names of sources to their definitions for
# kolla_install_type=source. See kolla.common.config for details.
# Example:
# kolla_sources:
# ironic_base:
# type: git
# location: https://github.com/openstack/ironic
# reference: master
#kolla_sources:
###############################################################################
# Kolla-ansible configuration.
# Whether TLS is enabled for the external API endpoints. # Whether TLS is enabled for the external API endpoints.
#kolla_enable_tls_external: #kolla_enable_tls_external: