Fix linters for example playbook
Change-Id: Ieb2e21fe558ee14ec7cc1a4b264f0dd2671eb9fa
This commit is contained in:
parent
b399ac2a3c
commit
3569b7a27d
@ -3,7 +3,10 @@
|
|||||||
hosts: neutron_all
|
hosts: neutron_all
|
||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: "os_neutron", tags: [ "neutron-install", "neutron-config" ] }
|
- role: os_neutron
|
||||||
|
tags:
|
||||||
|
- neutron-install
|
||||||
|
- neutron-config
|
||||||
vars:
|
vars:
|
||||||
neutron_galera_address: "{{ internal_lb_vip_address }}"
|
neutron_galera_address: "{{ internal_lb_vip_address }}"
|
||||||
galera_root_user: root
|
galera_root_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user