Merge "update the default value of node_custom_config"
This commit is contained in:
commit
e3d69c7059
@ -10,7 +10,7 @@ container_config_directory: "/var/lib/kolla/config_files"
|
|||||||
node_config: "{{ CONFIG_DIR | default('/etc/kolla') }}"
|
node_config: "{{ CONFIG_DIR | default('/etc/kolla') }}"
|
||||||
|
|
||||||
# The directory to merge custom config files the kolla's config files
|
# The directory to merge custom config files the kolla's config files
|
||||||
node_custom_config: "/etc/kolla/config"
|
node_custom_config: "{{ node_config }}/config"
|
||||||
|
|
||||||
# The directory to store the config files on the destination node
|
# The directory to store the config files on the destination node
|
||||||
node_config_directory: "/etc/kolla"
|
node_config_directory: "/etc/kolla"
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
#openstack_tag_suffix: ""
|
#openstack_tag_suffix: ""
|
||||||
|
|
||||||
# Location of configuration overrides
|
# Location of configuration overrides
|
||||||
#node_custom_config: "/etc/kolla/config"
|
#node_custom_config: "{{ node_config }}/config"
|
||||||
|
|
||||||
# This should be a VIP, an unused IP on your network that will float between
|
# This should be a VIP, an unused IP on your network that will float between
|
||||||
# the hosts running keepalived for high-availability. If you want to run an
|
# the hosts running keepalived for high-availability. If you want to run an
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
update the default value of node_custom_config to {{ node_config }}/config,
|
||||||
|
when specified using --configdir
|
Loading…
x
Reference in New Issue
Block a user