Matthew Kassawara 85dfd1ce65 Remove deprecated use_namespaces option
Remove deprecated use_namespaces option from neutron agent
configuration files. This option applies to a period when
some kernels did not support namespaces. However, all kernels
support them now which makes it no longer relevant.

Partially implements: blueprint master-kilofication

Change-Id: Ia29ee24331a2dbd7e79cba51bdba93dda1cfd4a9
2015-04-10 14:53:10 +00:00

OpenStack Neutron

tags

openstack, nova, cloud, ansible

category

*nix

Role for deployment, setup and installation of nova.

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:
    galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_neutron for OpenStack-Ansible
Readme 17 MiB
Languages
Jinja 73.2%
Python 19.1%
Shell 7.7%