Skip to content

Commit

Permalink
Remove use of graduated modules
Browse files Browse the repository at this point in the history
- Replace usage of oslo_policy.openstack.common.log with oslo_log.log
- Replace usage of oslo_policy.openstack.common.fixture.lockutils with
  oslo_concurrency.fixture.lockutils
- Replace tox usage of oslo_policy.openstack.common.lockutils with
  lockutils-wrapper console script provided by oslo_concurrency

Closes-bug: 1415628

Change-Id: I6c18351b5bafa50a4da090b270f576a549db6b93
  • Loading branch information
Ian Cordasco committed Jan 31, 2015
1 parent 5786820 commit 7379923
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 1,117 deletions.
2 changes: 1 addition & 1 deletion openstack-common.conf
Expand Up @@ -2,7 +2,7 @@

# The list of modules to copy from oslo-incubator.git
script = tools/run_cross_tests.sh
modules=fileutils,fixture.lockutils,lockutils,log
modules=fileutils

# The base module to hold the copy of openstack.common
base=oslo_policy
17 changes: 0 additions & 17 deletions oslo_policy/openstack/common/fixture/__init__.py

This file was deleted.

51 changes: 0 additions & 51 deletions oslo_policy/openstack/common/fixture/lockutils.py

This file was deleted.

0 comments on commit 7379923

Please sign in to comment.