git-harry f28cbae179 Fix spelling of runlevel in init scripts
A number of the init templates in the OpenStack roles have the word
runlevel incorrectly spelt as runlelvl. This commit correct those
spelling mistakes.

Change-Id: I0d1b7d5c5cf088fecf07cf0e1bd676b4e4088e2b
Closes-bug: #1464603
2015-06-13 10:21:17 +01:00
2015-04-14 13:47:41 -04:00
2015-05-08 13:22:42 -05: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:
    neutron_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%