Move rally/db -> rally/common/db

There is no need to have db directory on the top level.
They are quite rare changed and in most case one don’t
need to know about internal details of it to fulfill their
task. So hiding these directory under common/* makes perfect sense

Change-Id: I791b17cc101a00bfcd9bd951fac83fc4459c6c4f
This commit is contained in:
Alexander Nevenchannyy 2015-08-05 02:41:45 +03:00
parent 017f88a1f3
commit 1dd62924bb

View File

@ -20,7 +20,7 @@ from oslo_config import fixture
from oslotest import base
from oslotest import mockpatch
from rally import db
from rally.common import db
from rally import plugins
from tests.unit import fakes