Revision 1b9a83e7

b/snf-cyclades-app/synnefo/logic/management/commands/reconcile-networks.py
118 118
                    continue
119 119

  
120 120
            try:
121
                gnet = ganeti_networks[b][network.id]
121
                gnet = ganeti_networks[bend][network.id]
122 122
            except KeyError:
123 123
                # Network does not exist in backend. If the network action is
124 124
                # DESTROY, then we must destroy the network in the backend.

Also available in: Unified diff