Add default_boot_option configuration
The default value of default_boot_option configuration will change eventually from "netboot" to "local". It is recommended to set an explicit value for it during the transition period Change-Id: Ic42b84e82d4ad27e371536ad9915b5a32118012d Closes-Bug: #1696636
This commit is contained in:
parent
f8c40a4588
commit
898155dfd2
@ -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