LGTM, thanks
On Tue, Jun 17, 2014 at 1:22 PM, 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote: > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/client/gnt_network.py | 1 - > lib/cmdlib/network.py | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/client/gnt_network.py b/lib/client/gnt_network.py > index f988515..d5b70da 100644 > --- a/lib/client/gnt_network.py > +++ b/lib/client/gnt_network.py > @@ -112,7 +112,6 @@ def ConnectNetwork(opts, args): > > """ > cl = GetClient() > - qcl = GetClient(query=True) > > network = args[0] > nicparams = objects.FillDict(constants.NICC_DEFAULTS, opts.nicparams) > diff --git a/lib/cmdlib/network.py b/lib/cmdlib/network.py > index dbaf9e8..103885e 100644 > --- a/lib/cmdlib/network.py > +++ b/lib/cmdlib/network.py > @@ -390,6 +390,7 @@ class LUNetworkSetParams(LogicalUnit): > > self.cfg.Update(self.network, feedback_fn) > > + > def _FmtNetworkConflict(details): > """Utility for L{_NetworkConflictCheck}. > > -- > 2.0.0.526.g5318336 > >
