X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=de1c6a0cc891676b3f3cf861b7085f1293dd47b4;hb=refs%2Ftags%2Fv7.0.0;hp=25347241a4d704d4c84de4245a058ec70159a4a6;hpb=df7d8e0ad140c473518c38359c962e5412200105;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index 2534724..de1c6a0 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -1090,7 +1090,7 @@ class NsLcm(LcmBase): step = "Install configuration Software, getting public ssh key" pub_key = await self.n2vc.get_ee_ssh_public__key(ee_id=ee_id, db_dict=db_dict) - step = "Insert public key into VM" + step = "Insert public key into VM user={} ssh_key={}".format(user, pub_key) else: step = "Waiting to VM being up and getting IP address" self.logger.debug(logging_text + step)