Merge "Remove unused conf"

This commit is contained in:
Jenkins
2016-10-06 20:57:28 +00:00
committed by Gerrit Code Review
8 changed files with 0 additions and 26 deletions

View File

@@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_config import cfg
import nova.scheduler.utils
import nova.servicegroup
from nova import test
@@ -22,8 +20,6 @@ from nova.tests.functional.api import client
import nova.tests.unit.image.fake
from nova.tests.unit import policy_fixture
CONF = cfg.CONF
class TestServerValidation(test.TestCase):
REQUIRES_LOCKING = True