Merge "Add disabled field to CellMapping object"

This commit is contained in:
Zuul 2018-03-23 00:24:41 +00:00 committed by Gerrit Code Review
commit aa77172d69

View File

@ -346,7 +346,8 @@ class SingleCellSimple(fixtures.Fixture):
'uuid': uuidsentinel.cell1,
'name': 'onlycell',
'transport_url': 'fake://nowhere/',
'database_connection': 'sqlite:///'}]
'database_connection': 'sqlite:///',
'disabled': False}]
@contextmanager
def _fake_target_cell(self, context, target_cell):