Merge "Add default_boot_option configuration"
This commit is contained in:
commit
eed4579ea7
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user