Files
openstack-ansible/playbooks/roles/os_neutron
zhangguoqing c92954ee9d Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I9a99477f3f41884e86c984ffde9f46498953e933
Closes-Bug: #1530742
2016-01-05 17:55:23 +00:00
..
2015-11-20 12:45:24 +00:00
2015-05-08 13:22:42 -05:00
2015-12-10 01:18:31 +00:00
2016-01-05 17:55:23 +00: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 }}"