Go to file
Bjoern Teipel c15dcba878 Use upstream neutron default for handle_internal_only_routers
The configuration for the variable handle_internal_only_routers
is removed in order to use the Neutron upstream default setting.
The current default for handle_internal_only_routers is True,
which does allow Neutron L3 router without external networks
attached (as discussed per https://bugs.launchpad.net/neutron/+bug/1572390)

Change-Id: I78bd4216bb459224df2a5cd67f344732ea5d1214
Closes-Bug: #1577868
2016-05-03 15:18:07 -05:00
2016-04-11 12:20:46 +01:00
2015-10-29 06:51:18 -07:00
2016-05-03 08:56:35 +01:00
2016-04-16 08:43:03 -05: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 }}"
Description
Role os_neutron for OpenStack-Ansible
Readme 17 MiB
Languages
Jinja 79.2%
Python 20.8%