diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 92f804c07d..098d4033ac 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -12,11 +12,8 @@ node_config: "{{ CONFIG_DIR | default('/etc/kolla') }}" # The directory to merge custom config files the kolla's config files node_custom_config: "/etc/kolla/config" -# The project to generate configuration files for -project: "" - # The directory to store the config files on the destination node -node_config_directory: "/etc/kolla/{{ project }}" +node_config_directory: "/etc/kolla" # The group which own node_config_directory, you can use a non-root # user to deploy kolla