SM gets password from server only, not cluster
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R4.0 |
Fix Committed
|
Undecided
|
Siva Gurumurthy | |||
R4.1 |
Fix Committed
|
Undecided
|
Siva Gurumurthy | |||
Trunk |
Fix Committed
|
Undecided
|
Siva Gurumurthy |
Bug Description
4.0.0.0-20
connect() in ServerMgrSSHCli
from server only. If password is not configured in server, SM doesn't read it from cluster
and connection will fail.
def connect(self, ip, server_id, option="key"):
try:
ssh = paramiko.
server = self._serverDb.
if len(server) == 1:
if "ssh_private_key" in server and option == "key" and server["s
sh_private_key"]:
assword"]:
30)
affects: | opencontrail → juniperopenstack |
Review in progress for https:/ /review. opencontrail. org/36193
Submitter: sgurumurthy (<email address hidden>)