Merge "Add Magnum deployment to setup-openstack playbook"

This commit is contained in:
Jenkins 2016-08-25 14:12:56 +00:00 committed by Gerrit Code Review
commit 65ee4cd52d
2 changed files with 4 additions and 3 deletions

View File

@ -25,3 +25,4 @@
- include: os-swift-install.yml
- include: os-gnocchi-install.yml
- include: os-ironic-install.yml
- include: os-magnum-install.yml

View File

@ -1,5 +1,5 @@
---
features:
- Adding support for Magnum to be built as part of the repo build process.
- Adding the ``os-magnum-install.yml`` file to deploy magnum to hosts tagged
with hostgroup ``magnum_all``.
- Experimental support has been added to allow the deployment of the
the OpenStack Magnum service when hosts are present in the host
group ``magnum-infra_hosts``.