Decouple role from OSA inventory group model

The role should not be directly dependent upon the inventory groups defined by
OpenStack-Ansible

Depends-On: I0f5813299d577afae19b8e75a40f986a733f5242
Change-Id: Ida3e7ae37803ce203ef9f46a7e41cbada2db48de
This commit is contained in:
Travis Truman 2016-03-06 10:28:58 -05:00 committed by Jesse Pretorius
parent 8068d14989
commit 799c55ae28
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
galera_address: 127.0.0.1
galera_root_user: root
galera_client_drop_config_file: "{{ inventory_hostname in groups['galera_all'] or inventory_hostname in groups['utility_all'] }}"
galera_client_drop_config_file: false
galera_pinned_packages: []