summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorSergey Vilgelm <sergey@vilgelm.info>2015-07-20 13:49:51 +0300
committerSergey Vilgelm <sergey@vilgelm.info>2015-07-23 19:54:04 +0300
commitd31ae008f55ac763485a61612c6a61fd201e7333 (patch)
treec08cd6e06dc16c3f2898cbc717a1099da06d6d53 /run_tests.py
parent19862628e43296686344a1dff5db495638a1a995 (diff)
downloadtrove-d31ae008f55ac763485a61612c6a61fd201e7333.tar.gz
Remove openstack.common package
Move pastedeploy[1] and local[2] of oslo-incubator modules to the trove.common package because they are dropped. Use base_exception module instead of the exception of oslo-incubator module. Use i18n module instead of gettextutils. Remove openstack.common package and openstack-common.conf file. [1] I741f7d6d1327c9ce23ad5203d31667aff17e387f [2] I271debac1e05a353f9876ced77970e6030912111 Change-Id: Ie289dac7a06704d5c55a5074c0afe50184e4d2f3
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index a5cb80d0..0c87df56 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -59,7 +59,7 @@ def add_support_for_localization():
def initialize_trove(config_file):
- from trove.openstack.common import pastedeploy
+ from trove.common import pastedeploy
cfg.CONF(args=[],
project='trove',