Update Dockerfile to run apt update before apt install
[osm/osmclient.git] / osmclient / scripts / osm.py
index 397d932..84e2e40 100755 (executable)
@@ -2623,7 +2623,6 @@ def pdu_update(
 def create_pdu_dictionary(
     name, pdu_type, interface, description, vim_account, descriptor_file, update=False
 ):
-
     logger.debug("")
     pdu = {}
 
@@ -3614,7 +3613,7 @@ def wim_show(ctx, name):
     check_client_version(ctx.obj, ctx.command.name)
     resp = ctx.obj.wim.get(name)
     if "password" in resp:
-        resp["wim_password"] = "********"
+        resp["password"] = "********"
     # except ClientException as e:
     #     print(str(e))
     #     exit(1)