Very minor cleanup to default_fixtures

The import wasn't being used so I removed it. Fixed a minor whitespace
issue.

Change-Id: I240250a45ab9e233964869e571b7ee84b03c7c74
This commit is contained in:
David Stanek 2014-03-12 16:06:06 +00:00
parent 9ca5b1f602
commit 8a9e2b4294
1 changed files with 0 additions and 7 deletions

View File

@ -15,15 +15,8 @@
# NOTE(dolph): please try to avoid additional fixtures if possible; test suite
# performance may be negatively affected.
from keystone import config
CONF = config.CONF
DEFAULT_DOMAIN_ID = 'default'
TENANTS = [
{
'id': 'bar',