X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Frift%2Fmano%2Fconfig_agent%2Foperdata.py;fp=common%2Fpython%2Frift%2Fmano%2Fconfig_agent%2Foperdata.py;h=49f5b03b5f0e0e6e7b567110507cf9f04401fb45;hb=8dad2958cab56d275f7f24025d9f397be7da4e77;hp=e89a823327ff3ae9784585f9bbe815dd79a1ddaf;hpb=29bad82282830aa5e29e1927c752117a6bbb1df5;p=osm%2FSO.git diff --git a/common/python/rift/mano/config_agent/operdata.py b/common/python/rift/mano/config_agent/operdata.py index e89a8233..49f5b03b 100644 --- a/common/python/rift/mano/config_agent/operdata.py +++ b/common/python/rift/mano/config_agent/operdata.py @@ -81,8 +81,8 @@ class JujuClient(object): loop.close() return RwConfigAgentYang.YangData_RwProject_Project_ConfigAgent_Account_ConnectionStatus( - status="unknown", - details="Connection status lookup not started" + status=status, + details=details, )