6 Commits

Author SHA1 Message Date
Akihiro Motoki
3857964122 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: Ic92b435559d72a4e77b58dd849d0a04d64fd202b
2018-08-17 02:53:16 +09:00
Akihiro Motoki
c72296e5e1 Cleanup requirements
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
2018-06-03 07:14:25 +09:00
Andreas Jaeger
aa4eba3e62 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: I63a753d78eef2938e74b29802f81369607db4d1d
2018-03-14 21:14:23 +01:00
yatinkarel
c0871b8f9c Switch to oslo_log
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
2018-01-11 04:37:41 +00:00
Akihiro Motoki
8c52122cd5 Drop django_openstack_auth from requirements.txt
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
2017-11-16 06:59:10 +00:00
David Lyle
bac61fbfd2 Completing the plugin
Change-Id: I410aaac24b76e63a82d6c50364e46d54ead03b05
2015-12-18 15:53:31 -07:00