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: Ic92b435559d72a4e77b58dd849d0a04d64fd202b
https://review.openstack.org/#/c/567830/ turns out that
trove-dashboard has horizon dependecies explicitly in requirements.txt
even if trove-dashboard does not use directly.
It makes the maintenance of requirements complicated,
so it would be better to drop them.
Change-Id: I8e1e6f4b5c4172df56a698a9091f1e98e9f6b6b8
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: I63a753d78eef2938e74b29802f81369607db4d1d
Trove dashboard is currently using python logging module to
implement logging functionality.
This patch made a switch to oslo.log(logging for openstack projects)
Reference:-
http://docs.openstack.org/developer/oslo.log
Change-Id: I92a417a7342f4f264e8a5ede52ba49f0b7475e6d
Closes-Bug: #1656167
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.
Change-Id: Ieed8ce8526ace447c23e1daabf560381b5898949