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"
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
- "kolla_logs:/var/log/kolla"
|
- "kolla_logs:/var/log/kolla"
|
||||||
|
|
||||||
|
chrony_bindaddress: "{{ kolla_internal_vip_address }}"
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Docker
|
# Docker
|
||||||
|
@ -38,7 +38,7 @@ port 0
|
|||||||
deny all
|
deny all
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
bindaddress {{ kolla_internal_vip_address }}
|
bindaddress {{ chrony_bindaddress }}
|
||||||
|
|
||||||
logchange 0.5
|
logchange 0.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user