Merge "Remove kolla_enable_host_ntp variable"
This commit is contained in:
commit
b3d9b3773c
@ -108,7 +108,6 @@
|
|||||||
kolla_inspector_default_gateway: "{{ inspection_net_name | net_inspection_gateway or inspection_net_name | net_gateway }}"
|
kolla_inspector_default_gateway: "{{ inspection_net_name | net_inspection_gateway or inspection_net_name | net_gateway }}"
|
||||||
kolla_inspector_extra_kernel_options: "{{ inspector_extra_kernel_options }}"
|
kolla_inspector_extra_kernel_options: "{{ inspector_extra_kernel_options }}"
|
||||||
kolla_libvirt_tls: "{{ compute_libvirt_enable_tls | bool }}"
|
kolla_libvirt_tls: "{{ compute_libvirt_enable_tls | bool }}"
|
||||||
kolla_enable_host_ntp: false
|
|
||||||
kolla_globals_paths_static:
|
kolla_globals_paths_static:
|
||||||
- "{{ kayobe_config_path }}"
|
- "{{ kayobe_config_path }}"
|
||||||
kolla_globals_paths_extra: "{{ kolla_globals_paths_static + kayobe_env_search_paths }}"
|
kolla_globals_paths_extra: "{{ kolla_globals_paths_static + kayobe_env_search_paths }}"
|
||||||
|
@ -298,12 +298,6 @@ kolla_internal_tls_cert:
|
|||||||
# Desired SELinux state.
|
# Desired SELinux state.
|
||||||
kolla_selinux_state:
|
kolla_selinux_state:
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# NTP
|
|
||||||
|
|
||||||
# Whether to enable the NTP daemon.
|
|
||||||
kolla_enable_host_ntp:
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Docker configuration.
|
# Docker configuration.
|
||||||
|
|
||||||
|
@ -527,10 +527,6 @@ grafana_admin_username: "{{ grafana_local_admin_user_name }}"
|
|||||||
selinux_state: {{ kolla_selinux_state }}
|
selinux_state: {{ kolla_selinux_state }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if kolla_enable_host_ntp is not none %}
|
|
||||||
enable_host_ntp: {{ kolla_enable_host_ntp | bool }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Kayobe performs creation of the Kolla Ansible user account, so there is no
|
# Kayobe performs creation of the Kolla Ansible user account, so there is no
|
||||||
# need for Kolla Ansible to repeat this.
|
# need for Kolla Ansible to repeat this.
|
||||||
create_kolla_user: false
|
create_kolla_user: false
|
||||||
|
Loading…
Reference in New Issue
Block a user