We exuberantly announce the release of: openstack-ansible-os_horizon 16.0.0: OpenStack Horizon role for OpenStack Ansible This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-os_horizon/ For more details, please see below. Changes in openstack-ansible-os_horizon 15.0.0.0rc1..16.0.0 ----------------------------------------------------------- 2ff8d91 Updated from OpenStack Ansible Tests d061c15 Updated from OpenStack Ansible Tests bbbc9b1 Update vars and test tooling for Pike c7e1c7c tasks: horizon_install: Fix virtualenv-tools issue on openSUSE 7151b5a Update UPPER_CONSTRAINTS_FILE for stable/pike 07fba43 Update .gitreview for stable/pike 05781db Updated from OpenStack Ansible Tests 308201a Updated from OpenStack Ansible Tests 15f53c2 Add dnf support 16012fb Updated from OpenStack Ansible Tests 0f768b8 Updated from OpenStack Ansible Tests f7e3765 Updated from global requirements fb66ce6 Sort key-value pairs in local_settings dictionaries a647451 Add support for the openSUSE Leap distributions d7c2565 tasks: horizon_apache: Use the apache2_module Ansible module faa5b91 Optimise the role execution 88d8b84 Updated from OpenStack Ansible Tests cd366d4 Updated from OpenStack Ansible Tests 9d72a66 Improve Python 3 compatibility 2d6664d Allow possibility to disable heatstack password cb4a27d Updated from global requirements 6225d1e Revert "Install curl for translations update" 10e8e7c Updated from OpenStack Ansible Tests cd604da Added support for horizon_launch_instance_defaults d520752 Install curl for translations update 0fa5b59 Add Translations update steps. 366d05d Updated from global requirements 28a5ad6 Updated from global requirements bc1f1f4 Switch to Cryptography over pycrypto ac44c4e Ensure that role tests pin pip/setuptools/wheel f3cac1b Updated from global requirements e20f12c Add IMAGES_ALLOW_LOCATION configuration option. 5f325f8 Use migrate for the DB and NullHandler config 1283feb Move WEBSSO_INITIAL_CHOICE setting to variable 8ce4981 Add venv_tag local fact 9205417 Updated from global requirements 1d7630e Fix for lookup and get_url occuring in different places 92816ca Use zuul-cloner for tests repo in OpenStack-CI c35cacb Optimise apt cache update task 73b47f7 Standardize test vars 146ac22 Main tasks introduced without tags 2112f3d [DOCS] Fix the dead link aaa29f6 Use central testing repo Horizon plays 69ef49c [COMMENT] Horizon *.png to *.svg ccfabba Revert "Install EPEL for os_horizon" 1cdcff8 Install EPEL for os_horizon bbe5bb7 Ensure the log folder exists f30a914 Install python2-pyOpenSSL package on CentOS c2c3b03 Updated from global requirements 896b2c7 Use horizon_ssl_protocol variable 24f7d80 Cap the number of worker threads fbd1492 ensure OPENSTACK_KEYSTONE_URL is always configured 1ed1532 Make long-running tasks use async 7fdad55 Adds sahara plugins panel to horizon 73c16df Updated from global requirements 52626d8 Expose horizon_disallow_iframe_embed in defaults d16e912 Updated from global requirements 6eca307 Provide default horizon_ssl variables 2398c49 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant ff47522 Implementing stricter permissions on config files e80da54 Use https instead of http for git.openstack.org 1ec9f2d Update reno for stable/ocata a68a8ea Add retries for horizon venv download Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +- .gitreview | 1 + Vagrantfile | 46 ++++++++-- bindep.txt | 48 ++++++++--- defaults/main.yml | 57 ++++++++++--- examples/playbook.yml | 2 - handlers/main.yml | 2 + meta/main.yml | 10 ++- .../capping_horizon_workers-29ecc4893bcc3a4b.yaml | 6 ++ .../notes/heatstack_password-25956b6143577735.yaml | 5 ++ .../image-allow-location-58212b8e506639f2.yaml | 5 ++ ...instance-defaults-support-533844543082b2f4.yaml | 6 ++ .../update_translations-f950283d821bba05.yaml | 8 ++ releasenotes/source/conf.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ setup.py | 2 +- tasks/horizon_apache.yml | 72 +++++++++++----- tasks/horizon_db_setup.yml | 2 +- tasks/horizon_install.yml | 39 ++++++--- tasks/horizon_post_install.yml | 12 ++- tasks/horizon_translations_update.yml | 31 +++++++ tasks/main.yml | 43 +++++++++- templates/horizon_local_settings.py.j2 | 35 +++++--- templates/openstack_dashboard.conf.j2 | 7 +- test-requirements.txt | 10 +-- tox.ini | 22 ++--- vars/debian.yml | 18 +++- vars/redhat-7.yml | 5 +- vars/suse-42.yml | 59 +++++++++++++ 43 files changed, 669 insertions(+), 274 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a5433f9..443d1e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT -pyasn1 # BSD +pyasn1!=0.2.3 # BSD @@ -8 +8 @@ pyOpenSSL>=0.14 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 @@ -12 +12 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.6.2 # BSD @@ -14 +14 @@ oslosphinx>=4.7.0 # Apache-2.0 -openstackdocstheme>=1.5.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 @@ -16 +16 @@ doc8 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org