We contentedly announce the release of: puppet-nova 10.3.0: Puppet module for OpenStack Nova This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/puppet-nova/ For more details, please see below. 10.3.0 ^^^^^^ New Features ************ * Added a class to run the db online_data_migrations. This needs to happen after a dbsync when you when you upgrade to Newton. More info at https://bugs.launchpad.net/tripleo/+bug/1656791. Known Issues ************ * Using nova::wsgi::apache_api to deploy Nova in WSGI with Apache is not recommended by Nova team. See bug 1661360. Bug Fixes ********* * Fixes bug 1660099 so we don't restrict vncserver_listen to be binded on 0.0.0.0, which has been wrong for long time. Nova allows to bind on any IP and live migration will be supported. Changes in puppet-nova 10.2.1..10.3.0 ------------------------------------- 03021bd Prepare ocata-rc1 release beeb6a8 Warn our users about Nova API in WSGI with Apache 8f6060e Revert "Revert "Stop accepting 1 return code for cell_v2_map_cell0"" 84cc5b0 Remove non-US-ASCII from nova::compute::vmware 07e8784 Make novajoin bind address configurable 1412985 libvirt: allow any binding for vncserver_listen d4bfe2a Revert "Stop accepting 1 return code for cell_v2_map_cell0" d284943 Stop accepting 1 return code for cell_v2_map_cell0 50c1733 Add a class to run the db online_data_migrations Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 9 +++ manifests/cell_v2/map_cell0.pp | 1 - manifests/compute/libvirt.pp | 6 +- manifests/compute/vmware.pp | 2 +- manifests/db/online_data_migrations.pp | 39 ++++++++++ manifests/deps.pp | 8 ++ manifests/metadata/novajoin/api.pp | 6 ++ manifests/wsgi/apache_api.pp | 2 + metadata.json | 12 +-- ...db-online-data-migrations-586a6f3c23dfefcb.yaml | 5 ++ .../fix_vncserver_listen-e48f7c8b9cda25e4.yaml | 6 ++ releasenotes/notes/nova_wsgi-a9ee8c336a67a7ac.yaml | 5 ++ releasenotes/source/conf.py | 4 +- spec/classes/nova_compute_libvirt_spec.rb | 19 ----- .../classes/nova_db_online_data_migrations_spec.rb | 89 ++++++++++++++++++++++ spec/classes/nova_metadata_novajoin_api_spec.rb | 3 + 16 files changed, 182 insertions(+), 34 deletions(-)