Commit Graph

16 Commits

Author SHA1 Message Date
manchandavishal 5da321328d Drop Django 1.11 support
Django 1.11 ends its extended support in April 2020 (which is before
Ussuri release), so horizon drops Django 1.11 support in Ussuri.

tox envs for non-primary Django versions are no longer needed in tox.ini
as testing environments for non-primary Django versions are setup in
the zuul jobs now.

horizon>=17.1.0 is required to use Django 2.2. requirements.txt and
lower-constraints.txt are updated accordingly. for more info. please
refer [1].
Depends-On: https://review.opendev.org/#/c/700733/
[1] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin

Change-Id: Iaf36098ce77cc633fa4a39804441a36060fa0934
2020-01-02 21:06:55 +00:00
Shu Muto c03bcc8bf7 Bump horizon for Stein
Change-Id: Id60daf859eefeaca74e196e1ba0bf476ab6d71d8
2018-12-21 10:32:26 +09:00
Akihiro Motoki 7f361343c8 Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

The change was made in horizon Rocky-3,
so horizon 14.0.0.0b3 is required at least.

Also drops unnecessary Django dependencies. There is no need to
install Django explicitly as it is a horizon dependency.

Change-Id: I4c27c5a330976637b43831b6748465c518926bb5
2018-08-17 01:05:17 +09:00
Charles Short cf4db8e789 Require the (soon-to-be) Rocky version of Horizon
... or at least the first published tarball which will lead to Rocky.
On the other side this means forcing the usage of mox as long as
there are tests that depends on it (the switch was already flipped
in Horizon, so it needs to be enabled here).

This allows us to depend on newer Horizon features, including changes
to the test suite that are useful for the mox removal effort.

Also fixes lower-constants.txt

Change-Id: I3908c6d212b9d1df7e4490128b6a0a3f751e8276
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-05-12 09:47:24 -04:00
OpenStack Proposal Bot 4ee0c4cf7f Updated from global requirements
Change-Id: Ie87e560e73afc2544352e97183cb9732507c04fd
2018-03-26 12:30:00 +00:00
Shu Muto d6a80e2f6f Install horizon directly from pypi
It's no longer possible to install horizon with our current
method, and it's causing the ci to fail.
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128310.html

Change-Id: Ia92d797d98154310085118d80985401d751e2e32
Depends-On: I7d64413442ca21ce21bd6c4cf0ac3821c785488d
2018-03-16 15:46:04 +09:00
OpenStack Proposal Bot c9021bbcd5 Updated from global requirements
Change-Id: I2654ffc23bcd7d4f36d6d5ad9c257f811ad5ddf7
2017-07-20 13:28:10 +00:00
OpenStack Proposal Bot 891b571e2b Updated from global requirements
Change-Id: I0ad8615d90df9328a7fe197d9bebe2d72cd0a428
2017-07-06 01:47:39 +00:00
OpenStack Proposal Bot e7bf7a2cc1 Updated from global requirements
Change-Id: I1acb76653d3e6c1f85b088fa7ab24e8f85f2a8f7
2017-04-18 16:58:32 +00:00
OpenStack Proposal Bot 1e944bf4e4 Updated from global requirements
Change-Id: I83c49d89ed4e4a4e1ced6c777f0ae1d0a4512289
2017-04-12 04:24:27 +00:00
OpenStack Proposal Bot 1df16a1ef1 Updated from global requirements
Change-Id: I3f678507978817f818a803a467096648b8294ef7
2017-04-07 06:18:58 +00:00
OpenStack Proposal Bot d7d25e54af Updated from global requirements
Change-Id: I537217a689d27f407ef08627144a3e910fb5cc08
2017-03-06 01:21:04 +00:00
OpenStack Proposal Bot 23451be5ba Updated from global requirements
Change-Id: Ib9e7dc0b04e05c8bd0308ab807d76a7aa6bf1f78
2016-11-09 04:26:43 +00:00
OpenStack Proposal Bot 247e2bdbc7 Updated from global requirements
Change-Id: Ic8d3ab9c2eda00465d802571377633b133524446
2016-08-18 17:09:08 +00:00
Thai Tran 3535782dc7 Removing unnecessary requirements
Since the zaqar-ui plugin requires horizon to run, we do not need to include
most of the xstatic and django requirements. This patch removes them.

Change-Id: Ib0f594bcdb7348112d6c357edf87d4d0955f9635
2016-04-22 13:29:52 -07:00
Thai Tran a11cbc78b1 Zaqar-ui base project with empty queues panel
This commit adds the zaqar base and an empty queues panel.
Subsequent patches will add api and content to the queues panel.

Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
Co-Authored-By: Rob Cresswell <rcresswe@cisco.com>
Co-Authored-By: Thai Tran <tqtran@us.ibm.com>
Change-Id: I1f4873d1e36c677956534266de41d80a01c8cd9d
2016-01-14 11:04:32 -08:00