Merge "Remove unnecessary option from group_vars/all.yml"

This commit is contained in:
Zuul 2019-08-03 18:09:03 +00:00 committed by Gerrit Code Review
commit 6ef646856f

View File

@ -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