Role os_nova for OpenStack-Ansible
Go to file
Logan V 12e09a3402 Fix live migration on Pike and later
The live_migration_uri was removed in
Ifea82dc03a859356eb55b097aa5747e3fa0c40ba since it is currently a
deprecated config option. However, nova has not adequately implemented
the replacement config vars for Pike, so the deprecated option must
be used to configure live migration with SSH settings[1].

The deprecated option can be removed once the nova bug is resolved.

This also pulls in the change from Ia389e78994da0f5f1cd99edeafeef13009906621
which is needed to perform SSH tunnelled migrations.

[1] https://bugs.launchpad.net/nova/+bug/1671288

Change-Id: I72d70d3621e5446c70008f6d680c7e315b05e150
2017-09-11 09:05:00 -05:00
defaults Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
doc Fix openstackdocstheme settings 2017-07-03 16:20:59 +08:00
examples [DOCS] Refactor of nova role docs 2016-08-16 18:57:21 -04:00
files Update paste, policy and rootwrap configurations 2017-08-15 2017-08-15 09:59:20 +01:00
handlers Move to use UWsgi for Nova 2017-08-14 14:27:25 +01:00
meta Add support for the openSUSE Leap distributions 2017-07-25 18:55:22 +01:00
releasenotes Update reno for stable/pike 2017-08-23 05:54:54 +00:00
tasks Ensure online migrations can run 2017-08-29 10:55:20 +00:00
templates Fix live migration on Pike and later 2017-09-11 09:05:00 -05:00
tests Add opendaylight role to tests a-r-r 2017-08-23 06:54:18 +01:00
vars Add libxml2-devel package dependency 2017-08-15 13:51:36 +01:00
.gitignore Updated from OpenStack Ansible Tests 2017-06-22 15:19:53 +00: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 Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
Vagrantfile Updated from OpenStack Ansible Tests 2017-07-28 15:00:46 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-08-31 15:19:37 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2017-08-04 15:22:22 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-14 09:44:33 +08:00
setup.py Updated from global requirements 2017-03-02 11:52:00 +00:00
test-requirements.txt Updated from global requirements 2017-08-18 11:38:19 +00:00
tox.ini Ensure that role tests pin pip/setuptools/wheel 2017-06-04 11:22:16 +01:00

README.rst

Team and repository tags

image

OpenStack-Ansible nova

Ansible role that installs and configures OpenStack nova and all of its corresponding services.

This role will install the following:
  • nova-api
  • nova-conductor
  • nova-scheduler
  • nova-console
  • nova-compute

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_nova/latest/

The project home is at: http://launchpad.net/openstack-ansible