Merge "Make it possible to override chrony bindaddress"
This commit is contained in:
commit
47243fa698
@ -13,6 +13,7 @@ chrony_services:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "kolla_logs:/var/log/kolla"
|
||||
|
||||
chrony_bindaddress: "{{ kolla_internal_vip_address }}"
|
||||
|
||||
####################
|
||||
# Docker
|
||||
|
@ -38,7 +38,7 @@ port 0
|
||||
deny all
|
||||
{% endif %}
|
||||
|
||||
bindaddress {{ kolla_internal_vip_address }}
|
||||
bindaddress {{ chrony_bindaddress }}
|
||||
|
||||
logchange 0.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user