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: I24fd989eb2acfdecafc6fe404b4250bc2cf2c391
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: I616966db07033dded5a6de5e432b5876f015a234
This patch adds following options for container creation.
* auto_heal
* disk
* availablity_zones
Also, add these parameters into details views to show.
And change layouts to add these options.
This change requires python-zunclient 1.4.0 or later.
Change-Id: Ibb9e774ea379a9999c703d6919f14dd0a6e56857
Implements: blueprint add-params-rocky-1
Depends-On: I6c0512816277a63bbf444d0775121bb5d964a36a
To enable py35 tests, refresh test environments.
Also, update docs, remove run_tests.sh that is no longer used.
This patch needs to wait for adding python-zunclient into
global-requirements.
Change-Id: Ibed3eea72839226dca878d0ecd1778c9d9a7e7d3
Use python-zunclient instead of stub client in skeleton.
Then Zun-UI interacts with Zun API.
This patch enable CRUD operation of containers.
Change-Id: Idc869c0d4d40895e42ccf941f7fcb9d6d1dfb662
Implements: blueprint use-zunclient