We are tickled pink to announce the release of: openstack-ansible-os_nova 13.3.0: os_nova for OpenStack Ansible For more details, please see below. 13.3.0 ^^^^^^ Upgrade Notes * Adding a new nova.conf entry, live_migration_uri. This entry will default to a "qemu-ssh://" uri, which uses the ssh keys that have already been distributed between all of the compute hosts. * Cleanup tasks are added to remove the nova console git directories "/usr/share/novnc" and "/usr/share/spice-html5", prior to cloning these inside the nova vnc and spice console playbooks. This is necessary to guarantee that local modifications do not break git clone operations, especially during upgrades. Changes in openstack-ansible-os_nova 13.2.0..13.3.0 --------------------------------------------------- 65eec5c Remove python-cephlibs 8b6d9e2 Replace network_api_class with use_neutron 77505d7 Change pip install task state to 'latest' e0384ac Turn SSH auth into the default for live migration 811cdc5 Cleanup Nova console proxy git repos before updating it Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 1 - .../live-migration-default-set-to-ssh-6add1dbdeea43509.yaml | 5 +++++ .../nova-console-proxy-git-cleanup-cdeffd3f0d040275.yaml | 8 ++++++++ tasks/nova_compute_kvm_install.yml | 4 ++-- tasks/nova_console_novnc_install.yml | 12 ++++++++++-- tasks/nova_console_spice_install.yml | 7 +++++++ tasks/nova_install.yml | 6 +++--- templates/nova.conf.j2 | 3 ++- 8 files changed, 37 insertions(+), 9 deletions(-)