Role os_nova for OpenStack-Ansible
Go to file
Michael Gugino 0b5b8dd88a Add missing xenial to meta.yml
os_nova now supports Ubuntu 16.04, aka xenial.
This commit adds the missing platform version xenial to
the role meta data.

Change-Id: I49e797e65e7a5a4a11ec451680c488bac679378d
2016-06-27 15:35:13 -04:00
defaults Implement Xenial Support 2016-06-14 15:38:16 +00:00
doc Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
files Update paste, policy and rootwrap configurations 2016-04-03 2016-04-03 12:00:48 +01:00
handlers Address Ansible bare variable usage 2016-06-15 11:13:57 -04:00
meta Add missing xenial to meta.yml 2016-06-27 15:35:13 -04:00
releasenotes Implement Xenial Support 2016-06-14 15:38:16 +00:00
tasks Fix shell command usage 2016-06-18 12:35:48 +00:00
templates Replace network_api_class with use_neutron 2016-06-21 13:25:02 -04:00
tests Clean up container cache prep in tests 2016-06-20 07:02:08 +00:00
vars Implement Xenial Support 2016-06-14 15:38:16 +00:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:06 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
README.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
test-requirements.txt Pin test-requirements to match OpenStack requirements 2016-06-17 12:35:41 +01:00
tox.ini Add wget to whitelist_externals for tox 2016-05-26 12:06:11 +01:00

README.rst

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

- name: os_nova role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_nova" }