[release-announce] [kolla] kolla 3.0.3 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Mar 27 11:59:20 UTC 2017


We are excited to announce the release of:

kolla 3.0.3: Kolla OpenStack Deployment

This release is part of the newton stable release series.

Download the package from:

    https://tarballs.openstack.org/kolla/

For more details, please see below.

Changes in kolla 3.0.2..3.0.3
-----------------------------

5460ec1 Turn on SSH for Keystone for all distros.
6f971b0 Refactor and enable shell access
1e548fd Add mkfs.vfat to nova-compute source images
ba2a766 Sahara needs to run ssh-keygen
31681a8 Fix binary ironic-inspector rootwrap configuration
608769b Fix ironic inspector
193aca9 Bump nova release to 14.0.4 tag
1e6acf4 Updated from global requirements
85d341b Replace "ara generate" by "ara generate html"
867d089 corrected register variable name in  ceilometer bootstrap.yml
c9e337b fix magnum [keystone_authtoken] configuration
6b224ea Change workers in murano service
d8536ef Fix Designate source image container assets
a891947 Fix ovs-cleanup issue at cleanup scripts
0c8bbfb Icrease haproxy timeouts for mysql connections
14b3d40 Re-enable grafana gpgcheck
625f107 Bump service version number
cbcf771 Move Kuryr to start after neutron has started
dcf35d4 Disable gpgcheck in grafana repo
247170a This feature is supporting for workers config in swift servers.
b7d6ffe Make sure ceilometer/service_credentials wotks with internalURL
eedbedd This feature is supporting for workers config in ironic-api.
811c70d Fix typo heat.conf
f6cf6f4 Fix the undefined error for vmtp_vm_availability_zone
f8dc192 Update 'addUser' to 'createUser'
929d20a Add neutron vpnaas code into neutron-server container
d2e335e Fix docker restart policy issue on docker engine 1.13
72f00b2 Fix the gate failure
1339c20 Install epel-release-latest rather than certain version
8fc3efe TLS loadbalancer creation fails due to unread neutron_lbaas.conf
7f09f45 Fix gate in iax-ord node when using libvirt 2.0
1c20fe7 Fix ceilometer idempotent
5f7d547 Add missing pull task for neutron-vpnaas-agent
be84604 Bump openstack_release to 3.0.3 in group_vars
d9b92c2 Heat configuration param change for heat-api section
54aa672 HA router fails using neutron-vpn-agent
5600be2 Fix aodh upgrade permission issue
98845fd Fix ceilometer not sending logs to heka
7e9775a Install MySQL-python with pip in openstack-base container (type source)


Diffstat (except docs and test files)
-------------------------------------

ansible/group_vars/all.yml                         |  2 +-
ansible/library/kolla_docker.py                    | 11 ++++---
ansible/roles/aodh/templates/aodh-api.json.j2      |  9 +++++-
.../roles/aodh/templates/aodh-evaluator.json.j2    |  7 +++++
ansible/roles/aodh/templates/aodh-listener.json.j2 |  7 +++++
ansible/roles/aodh/templates/aodh-notifier.json.j2 |  7 +++++
ansible/roles/ceilometer/tasks/bootstrap.yml       | 20 ++++++++-----
.../roles/ceilometer/templates/ceilometer.conf.j2  |  1 +
ansible/roles/common/tasks/config.yml              |  1 +
.../roles/common/templates/heka-ceilometer.toml.j2 |  2 +-
.../roles/common/templates/heka-openstack.toml.j2  |  2 +-
ansible/roles/common/templates/heka.json.j2        |  7 +++++
ansible/roles/haproxy/templates/haproxy.cfg.j2     |  2 ++
ansible/roles/heat/templates/heat.conf.j2          |  4 +--
ansible/roles/ironic/templates/ironic.conf.j2      |  1 +
ansible/roles/magnum/templates/magnum.conf.j2      |  8 ++---
ansible/roles/murano/templates/murano.conf.j2      |  3 +-
ansible/roles/neutron/tasks/config.yml             |  1 +
ansible/roles/neutron/tasks/pull.yml               |  9 ++++++
.../neutron/templates/neutron-lbaas-agent.json.j2  |  8 ++++-
ansible/roles/swift/templates/account.conf.j2      |  1 +
ansible/roles/swift/templates/container.conf.j2    |  1 +
ansible/roles/swift/templates/object.conf.j2       |  1 +
ansible/roles/swift/templates/proxy-server.conf.j2 |  1 +
ansible/roles/vmtp/defaults/main.yml               |  1 +
ansible/site.yml                                   | 14 ++++-----
.../designate-backend-bind9/Dockerfile.j2          | 10 +++----
.../designate/designate-pool-manager/Dockerfile.j2 | 13 ++++++++-
.../ironic/ironic-inspector/ironic_sudoers_binary  |  1 +
.../ironic/ironic-inspector/ironic_sudoers_source  |  1 +
kolla/common/config.py                             | 34 ++++++++++++----------
requirements.txt                                   |  2 +-
tools/cleanup-containers                           | 14 +++++++--
tools/cleanup-host                                 |  5 ----
tools/deploy_aio.sh                                |  4 ++-
tools/setup_Debian.sh                              |  2 +-
tools/setup_RedHat.sh                              |  2 +-
49 files changed, 208 insertions(+), 80 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index ee1f1e4..6cbb82f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ graphviz!=0.5.0,>=0.4.0 # MIT License
-setuptools!=24.0.0,>=16.0 # PSF/ZPL
+setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL





More information about the Release-announce mailing list