b1674b6a82
This change moves the Neutron Plugin documents for Plumgrid and Nuage over to the Neutron role. Moving forward, specific project configurations are maintained in the appropriate role book. Change-Id: I5d2d6a38419a879862c98f21e094d094a4857b62
8 lines
229 B
YAML
8 lines
229 B
YAML
- name: Installation and setup of Neutron
|
|
hosts: neutron_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_neutron", tags: [ "neutron-install", "neutron-config" ] }
|
|
vars:
|
|
neutron_galera_address: "{{ internal_lb_vip_address }}"
|