From 4fde1c068f582cb76702189ffd39b1fc06529ee0 Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Fri, 31 May 2013 15:14:05 +1000 Subject: Only update cell capabilites once Simple indent level fix Change-Id: Ic137259f9461e767ecd256d9ac1297256bd9dbfe --- nova/cells/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova') diff --git a/nova/cells/state.py b/nova/cells/state.py index f1c77cef1..defa897a9 100644 --- a/nova/cells/state.py +++ b/nova/cells/state.py @@ -127,7 +127,7 @@ class CellStateManager(base.Base): else: values = set([value]) my_cell_capabs[name] = values - self.my_cell_state.update_capabilities(my_cell_capabs) + self.my_cell_state.update_capabilities(my_cell_capabs) def _refresh_cells_from_db(self, ctxt): """Make our cell info map match the db.""" -- cgit