Skip to content

Commit

Permalink
Remove nova dependency
Browse files Browse the repository at this point in the history
Nova filter should be removed to the separated repo.
That fixes Jenkins tests/gate jobs fails.

Fixes: bug #1254018
Change-Id: I725dd222204f159e9fe3b1ebd64292de62d62a1b
  • Loading branch information
DinaBelova committed Nov 22, 2013
1 parent 41c5ab8 commit 429b48f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 82 deletions.
2 changes: 1 addition & 1 deletion climate/config.py
Expand Up @@ -46,7 +46,7 @@
'The user must have admin role in <os_admin_tenant_name> '
'tenant'),
cfg.StrOpt('os_admin_password',
default='nova',
default='climate',
help='Password of the admin user'),
cfg.StrOpt('os_admin_tenant_name',
default='admin',
Expand Down
Empty file removed climate/nova/__init__.py
Empty file.
27 changes: 0 additions & 27 deletions climate/nova/climate_filter.py

This file was deleted.

2 changes: 1 addition & 1 deletion climate/tests/api/test_app.py
Expand Up @@ -74,5 +74,5 @@ def test_make_app(self):
auth_port='35357',
auth_protocol='http',
auth_version='v2.0',
admin_password='nova',
admin_password='climate',
auth_host='127.0.0.1')
2 changes: 0 additions & 2 deletions test-requirements.txt
Expand Up @@ -11,5 +11,3 @@ discover
fixtures>=0.3.14
testrepository>=0.0.17
testtools>=0.9.32

http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova
20 changes: 0 additions & 20 deletions tests_nova_scheduler/__init__.py

This file was deleted.

30 changes: 0 additions & 30 deletions tests_nova_scheduler/test_climate_scheduler.py

This file was deleted.

1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -15,7 +15,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
commands =
python -m climate.openstack.common.lockutils nosetests --no-path-adjustment --where=tests_nova_scheduler
python -m climate.openstack.common.lockutils python setup.py testr --slowest --testr-args="{posargs}"
sitepackages = False

Expand Down

0 comments on commit 429b48f

Please sign in to comment.