diff --git a/confluent_server/confluent/networking/netutil.py b/confluent_server/confluent/networking/netutil.py index b91aeb73..7892cb4a 100644 --- a/confluent_server/confluent/networking/netutil.py +++ b/confluent_server/confluent/networking/netutil.py @@ -39,6 +39,7 @@ def get_switchcreds(configmanager, switches): user = None password = switchparms.get( 'secret.snmpcommunity', {}).get('value', None) + privacy_protocol = None if not password: password = switchparms.get( 'secret.hardwaremanagementpassword', {}).get('value',