Files
openstack-ansible/playbooks/roles/os_neutron
Jesse Pretorius 8f3158f534 Enable Neutron prevent_arp_spoofing by default
This patch changes the linuxbridge agent configuration to respect
the upstream value for prevent_arp_spoofing, which is True.

Note:
This should only be backported to Liberty for a minor release as
this is a major functional change in the way that instances connect
to networks.

UpgradeImpact
Closes-Bug: #1522379
Change-Id: I13d697cb78b6df35c4d75168b0e662ecbc8ebde8
2016-01-14 10:21:52 +00:00
..
2016-01-05 17:59:32 +00:00
2015-05-08 13:22:42 -05:00
2015-10-29 06:51:18 -07:00

OpenStack Neutron

tags

openstack, neutron, cloud, ansible

category

*nix

Role for deployment, setup and installation of Neutron.

This role will install the following:
  • neutron-server
  • neutron-agents
- name: Installation and setup of Neutron
  hosts: neutron_all
  user: root
  roles:
    - { role: "os_neutron", tags: [ "os-neutron" ] }
  vars:
    neutron_galera_address: "{{ internal_lb_vip_address }}"