<div dir="ltr"><div dir="ltr">The Ubuntu OpenStack team at Canonical is pleased to announce the general availability of OpenStack Rocky on Ubuntu 18.04 LTS via the Ubuntu Cloud Archive. Details of the Rocky release can be found at:  <a href="https://www.openstack.org/software/rocky">https://www.openstack.org/software/rocky</a><br><br>To get access to the Ubuntu Rocky packages:<br><br>Ubuntu 18.04 LTS<br>-----------------------<br><br>You can enable the Ubuntu Cloud Archive pocket for OpenStack Rocky on Ubuntu 18.04 installations by running the following commands:<br><br>    sudo add-apt-repository cloud-archive:rocky<br>    sudo apt update<br><br>The Ubuntu Cloud Archive for Rocky includes updates for:<br><br>aodh, barbican, ceilometer, ceph (13.2.1), cinder, designate, designate-dashboard, glance, gnocchi, heat, heat-dashboard, horizon, ironic, keystone, magnum, manila, manila-ui, mistral, murano, murano-dashboard, networking-bagpipe, networking-bgpvpn, networking-hyperv, networking-l2gw, networking-odl, networking-ovn, networking-sfc, neutron, neutron-dynamic-routing, neutron-fwaas, neutron-lbaas, neutron-lbaas-dashboard, neutron-vpnaas, nova, nova-lxd, octavia, openstack-trove, openvswitch (2.10.0), panko, sahara, sahara-dashboard, senlin, swift, trove-dashboard, vmware-nsx, watcher, and zaqar.<br><br>For a full list of packages and versions, please refer to:<br><a href="http://reqorts.qa.ubuntu.com/reports/ubuntu-server/cloud-archive/rocky_versions.html">http://reqorts.qa.ubuntu.com/reports/ubuntu-server/cloud-archive/rocky_versions.html</a><br><br>Python 3 support<br>---------------------<br>Python 3 packages are now available for all of the above packages except swift. All of these packages have successfully been unit tested with at least Python 3.6. Function testing is ongoing and fixes will continue to be backported to Rocky.<br><br>Python 3 enablement<br>--------------------------<br>In Rocky, Python 2 packages will still be installed by default for all packages except gnocchi and octavia, which are Python 3 by default. In a future release, we will switch all packages to Python 3 by default.<br><br>To enable Python 3 for existing installations:<br>    # upgrade to latest Rocky package versions first, then:<br>    sudo apt install python3-<service> [1]<br>    sudo apt install libapache2-mod-wsgi-py3  # not required for all packages [2]<br>    sudo apt purge python-<service> [1]<br>    sudo apt autoremove --purge<br>    sudo systemctl restart <service>-*<br>    sudo systemctl restart apache2  # not required for all packages [2]<br><br>For example:<br>    sudo apt install aodh-*<br>    sudo apt install python3-aodh libapache2-mod-wsgi-py3<br>    sudo apt purge python-aodh<br>    sudo apt autoremove --purge<br>    sudo systemctl restart aodh-* apache2<br><br>To enable Python 3 for new installations:<br>    sudo apt install python3-<service> [1]<br>    sudo apt install libapache2-mod-wsgi-py3  # not required for all packages [2]<br>    sudo apt install <service>-<name><br><br>For example:<br>    sudo apt install python3-aodh libapache2-mod-wsgi-py3 aodh-api<br><br>[1] The naming convention of python packages is generally python-<service> and python3-<service>. For horizon, however, the packages are named python-django-horizon and python3-django-horizon.<br><br>[2] The following packages are run under apache2 and require installation of libapache2-mod-wsgi-py3 to enable Python 3 support:<br>    aodh-api, cinder-api, barbican-api, keystone, nova-placement-api, openstack-dashboard, panko-api, sahara-api<br><br>Other notable changes<br>----------------------------<br>sahara-api: sahara API now runs under apache2 with mod_wsgi<br><br>Branch Package Builds<br>-----------------------------<br>If you would like to try out the latest updates to branches, we deliver continuously integrated packages on each upstream commit via the following PPA’s:<br><br>    sudo add-apt-repository ppa:openstack-ubuntu-testing/mitaka<br>    sudo add-apt-repository ppa:openstack-ubuntu-testing/ocata<br>    sudo add-apt-repository ppa:openstack-ubuntu-testing/pike<br>    sudo add-apt-repository ppa:openstack-ubuntu-testing/queens<br>    sudo add-apt-repository ppa:openstack-ubuntu-testing/rocky<br><br>Reporting bugs<br>-------------------<br>If you have any issues please report bugs using the 'ubuntu-bug' tool to ensure that bugs get logged in the right place in Launchpad:<br><br>    sudo ubuntu-bug nova-conductor<br><br>Thanks to everyone who has contributed to OpenStack Rocky, both upstream and downstream. Special thanks to the Puppet OpenStack modules team and the OpenStack Charms team for their continued early testing of the Ubuntu Cloud Archive, as well as the Ubuntu and Debian OpenStack teams for all of their contributions.<br><br>Have fun and see you in Stein!<br><br>Cheers,<br>Corey<br>(on behalf of the Ubuntu OpenStack team)<br></div></div>