We are exuberant to announce the release of: openstack-ansible-os_gnocchi 14.0.3: os_gnocchi for OpenStack Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_gnocchi/ For more details, please see below. Changes in openstack-ansible-os_gnocchi 14.0.2..14.0.3 ------------------------------------------------------ 8006033 Reinitialize venv upon install 3ae88c2 Use updated get_url module checksum functionality e8fbd3e Use ansible_service_mgr fact instead of `cat /proc/1/comm` 2dc5394 Disable gnocchi-api service when mod_wsgi is used Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- defaults/main.yml | 19 +++++++------- handlers/main.yml | 31 +++++++++++++--------- meta/main.yml | 2 +- tasks/gnocchi_ceph_python_libs.yml | 3 +-- tasks/gnocchi_init.yml | 30 --------------------- tasks/gnocchi_init_common.yml | 14 +++++----- tasks/gnocchi_init_systemd.yml | 37 +++++++++++++------------- tasks/gnocchi_init_upstart.yml | 18 +++---------- tasks/gnocchi_install.yml | 48 +++++----------------------------- tasks/gnocchi_post_install.yml | 3 +-- tasks/main.yml | 14 +--------- templates/gnocchi-systemd-init.j2 | 10 +++---- templates/gnocchi-systemd-tempfiles.j2 | 4 --- templates/gnocchi-systemd-tmpfiles.j2 | 4 +++ templates/gnocchi-upstart-init.j2 | 22 ++++++++-------- 17 files changed, 96 insertions(+), 175 deletions(-)