Merge "tripleo-config: add tripleo_config_remote_src option" into stable/train

This commit is contained in:
Zuul 2020-02-12 07:08:48 +00:00 committed by Gerrit Code Review
commit 9fcb3cac6d
2 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,4 @@ tripleo_config_owner: root
tripleo_config_group: root
tripleo_config_mode: 0644
tripleo_config_overrides: {}
tripleo_config_remote_src: false

View File

@ -30,3 +30,4 @@
mode: "{{ tripleo_config_mode }}"
config_overrides: "{{ tripleo_config_overrides }}"
config_type: "{{ tripleo_config_type }}"
remote_src: "{{ tripleo_config_remote_src }}"