From: Baris Metin Date: Mon, 9 May 2011 21:50:09 +0000 (-0400) Subject: apparently this is just a bug. we can set both hmac and omf_control tags X-Git-Tag: nodemanager-2.0-32~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d1552b528aeb84744bc44b256091dc029051d1c3;hp=40659281bdd5e0bd4fab731efb4336129672448d;p=nodemanager.git apparently this is just a bug. we can set both hmac and omf_control tags --- diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 300b6b4..0798650 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -54,7 +54,8 @@ def GetSlivers(data, config, plc): for chunk in sliver['attributes']: if chunk['tagname']=='enable_hmac' and not system_slice: manage_hmac (plc, sliver) - elif chunk['tagname']=='omf_control': + + if chunk['tagname']=='omf_control': manage_sshkey (plc, sliver)