We are overjoyed to announce the release of: ironic-ui 3.5.4: Ironic plugin UI for Horizon to allow users to view and manage bare metal nodes, ports and drivers. This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/ironic-ui Download the package from: https://pypi.org/project/ironic-ui Please report issues through: https://storyboard.openstack.org/#!/project/openstack/ironic-ui For more details, please see below. Changes in ironic-ui 3.5.3..3.5.4 --------------------------------- efa4927 Fix horizon dependency Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 7 +++++-- requirements.txt | 1 + test-requirements.txt | 3 --- tox.ini | 10 +++++++--- 5 files changed, 13 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 70d9764..387227c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ python-ironicclient!=2.5.2,!=2.7.1,>=2.3.0 # Apache-2.0 +horizon>=16.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index bf39b00..7cb47f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,3 +13,0 @@ testtools>=2.2.0 # MIT -# Include horizon as test requirement -http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon -