Merge "Add default_boot_option configuration"

This commit is contained in:
Jenkins 2017-06-12 09:55:06 +00:00 committed by Gerrit Code Review
commit eed4579ea7

View File

@ -58,6 +58,8 @@ memcache_servers = {{ memcached_servers }}
memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
{%- endif %}
[deploy]
default_boot_option = netboot
[glance]
glance_host = {{ internal_protocol }}://{% if orchestration_engine == 'KUBERNETES' %}glance-api{% else %}{{ kolla_internal_fqdn }}{% endif %}:{{ glance_api_port }}