Merge "Add disabled field to CellMapping object"
This commit is contained in:
commit
aa77172d69
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user