We joyfully announce the release of: openstack-ansible-os_horizon 17.0.0: OpenStack Horizon role for OpenStack Ansible This release is part of the queens 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 16.0.0.0rc1..17.0.0 ----------------------------------------------------------- aa2db2c Add support for Horizon Octavia UI 5e39d7b Stop running non-voting jobs in gate ed131ff Point to Queens instead of master 1d45367 Updated from OpenStack Ansible Tests 77cb799 Update UPPER_CONSTRAINTS_FILE for stable/queens 2ad6e26 Update .gitreview for stable/queens 552b1eb Zuul: Remove project name 9cef725 Disable heat dashboard by default 53113aa Add heat dashboard to horizon 6ffc243 Updated from global requirements 68bcfdd Updated from OpenStack Ansible Tests 744c373 Reinitialize the virtualenv b451b3c Updated from global requirements 87886ef Replace virtualenv-tools by a script ff7f0d3 Remove the deprecated "giturl" option dfbc2a5 Set WSGIApplicationGroup %{GLOBAL} as recommended b775123 Add MySQL connection SSL support 4ffd272 Allow the experimental trigger of the integrated repo f4b69c9 Flexible horizon dashboard configuration c8aefca Updated from OpenStack Ansible Tests a77c580 Remove pip_install dependency a1de0aa Remove enable_{firewall,vpn} options 8aef684 Update the doc theme 1cdb94d Remove setting of version/release from releasenotes 935b20d Update the doc link 6d8a7b3 Updated from OpenStack Ansible Tests 1bc7ae7 Install sahara-dashboard local_settings 941398b IMAGES_ALLOW_LOCATION Wrongly Templated As String 4bd6334 Remove unified queue from gate pipeline 20197fd Add openstack-ansible-linters test bf53e0b Initial OSA zuul v3 role jobs de4d0ed Updated from OpenStack Ansible Tests 31f6d7e Add OpenStack-Ansible metadata 3c8eaea Updated from global requirements 8a14dee Download and Install neutron-fwaas-dashboard ec102db Update links in CONTRIBUTING.rst 208fb04 Update links in README 57b30b8 Add tag for horizon-translations. ee20002 Updated from global requirements fd446bf Updated from OpenStack Ansible Tests e2124ba Updated from OpenStack Ansible Tests 1fd0d75 Updated from OpenStack Ansible Tests 0c59073 Update reno for stable/pike 4d8bef3 Updated from global requirements 91171e2 tasks: horizon_install: Fix virtualenv-tools issue on openSUSE Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + CONTRIBUTING.rst | 4 +- README.rst | 6 +- Vagrantfile | 2 + bindep.txt | 25 ++--- defaults/main.yml | 38 ++++++-- meta/main.yml | 1 - meta/openstack-ansible.yml | 20 ++++ .../horizon-arbitrary-config-8a36e4bd6818afe1.yaml | 2 +- ...instance-defaults-support-533844543082b2f4.yaml | 2 +- .../ng-instance-management-f9134fc283aa289c.yaml | 2 +- releasenotes/source/conf.py | 29 +++--- releasenotes/source/index.rst | 5 +- releasenotes/source/pike.rst | 6 ++ setup.cfg | 2 +- tasks/horizon_install.yml | 12 ++- tasks/horizon_post_install.yml | 78 +--------------- tasks/main.yml | 1 + templates/horizon_local_settings.py.j2 | 9 +- templates/openstack_dashboard.conf.j2 | 2 +- test-requirements.txt | 15 ++- tox.ini | 17 +++- vars/main.yml | 103 +++++++++++++++++++++ zuul.d/jobs.yaml | 21 +++++ zuul.d/project.yaml | 31 +++++++ 31 files changed, 344 insertions(+), 197 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 443d1e1..09d54c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -bashate>=0.2 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 @@ -6,2 +6,2 @@ flake8<2.6.0,>=2.5.4 # MIT -pyasn1!=0.2.3 # BSD -pyOpenSSL>=0.14 # Apache-2.0 +pyasn1!=0.2.3,>=0.1.8 # BSD +pyOpenSSL>=16.2.0 # Apache-2.0 @@ -12,5 +12,4 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD -sphinx>=1.6.2 # BSD -oslosphinx>=4.7.0 # Apache-2.0 -openstackdocstheme>=1.16.0 # Apache-2.0 -doc8 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0