Commit Graph

15 Commits

Author SHA1 Message Date
zhouhenglc 6ab2105bd9 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I5bc51f982fa516acbda4b48466504be336cf4933
2022-05-03 15:19:57 +08:00
ZhouHeng e8463a1ad4 Revert "Retire neutron-fwaas-dashboard project"
This reverts commit 4a0f1a3ae5.

Reason for revert:
Neutron drivers team agreed to include neutron-fwaas again to Neutron
stadium[1], and goverance change is proposed at [2].

[1] https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-01-28-14.00.log.html#l-14
[2] https://review.opendev.org/c/openstack/governance/+/828078

Change-Id: I5018dfdf9ea866e113a17f9bd5a3b153e4f1c08f
2022-02-10 20:58:31 +08:00
Slawek Kaplonski 4a0f1a3ae5 Retire neutron-fwaas-dashboard project
Governance change is proposed at [1] and project config patch is
proposed at [2]

[1] https://review.opendev.org/735828
[2] https://review.opendev.org/#/c/735812/

Change-Id: Ib78ff301076c0295aad9b1bf49eed0f1a7adb7c2
2020-06-16 12:39:14 +02:00
Akihiro Motoki b7b288f030 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.

Depends-On: https://review.opendev.org/#/c/700733/
Change-Id: I21b71ad592559e40a8ac6e5abee34cbbad4ea417
2019-12-29 07:16:42 +09:00
Akihiro Motoki 156900a00e 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.

Change-Id: Ib54eb9e4cd0b4b8574a07d3b6884d4657ed296f2
2018-08-18 04:27:36 +09:00
Chuck Short 677c631b0b Remove use_mox directive
As of horizon 14.0.0.0b2 or later the use_mox directive is unecessary
so we can remove it.

Change-Id: I1191bb4223556b7da1f4377bec70277abf58dd39
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-08-15 08:54:05 -04:00
Akihiro Motoki 5ece747e15 Unblock Django 2.0 in requirements.txt
Horizon Rocky and FWaaS dashboard support Django 2.0 but requirements.txt
still says Django <2.0 is required. It is out-of-date.
This commit drops unnecessary Django dependencies.
There is no need to install Django explicitly as it is a horizon dependency.

Change-Id: I75b6dd2083863a3ba8acce8b3bf40cd041f44049
2018-08-07 12:44:59 +09:00
OpenStack Proposal Bot 85bd278be7 Updated from global requirements
Change-Id: I7be85839c8233d53c7f7f59d8dfb6a71f41b62f4
2018-03-26 12:08:19 +00:00
OpenStack Proposal Bot 3ac0149c63 Updated from global requirements
Change-Id: Ie52a86cf4c2a54a032a48bb5b12e55e5be0184c7
2018-03-15 00:10:34 +00:00
Akihiro Motoki 9b3f41c7eb Avoid tox-install.sh
Instead of using tox-install.sh, we can install horizon and neutron
now directly from pypi - or use the current branch in CI system using
tox-siblings.

Update tox.ini for this change and add horizon to requirements file.

Change-Id: Ife1aa2df08181fb7d7fcc00fdc225c92425fe6c8
2018-03-15 05:32:51 +09:00
OpenStack Proposal Bot 1cca9e5730 Updated from global requirements
Change-Id: I0520d9fa8b5e2effdfc92227579ee32f14d6dd65
2018-02-14 12:15:49 +00:00
OpenStack Proposal Bot 8cf5f4df10 Updated from global requirements
Change-Id: I9aa4b76caba9c061f3b2d69ebebc860307daa8a2
2017-07-20 13:18:56 +00:00
OpenStack Proposal Bot 0158596aea Updated from global requirements
Change-Id: Iaa5fdaf35ee44c9db89abdcdb7e31b0ef35a6bb3
2017-07-06 01:38:59 +00:00
Dirk Mueller 88185e56d6 manually sync with g-r
Change-Id: I9ce1c63454887e41a4eb91347ac7d45b0dd854e1
2017-06-28 22:49:25 +02:00
Akihiro Motoki e489f47798 Initial commit 2017-05-22 13:36:41 +09:00