Github user vincentbernat commented on the pull request:
https://github.com/apache/cloudstack/commit/8e953fe8593cf624c37213d94f79ea9e17a12f27#commitcomment-10118901
In systemvm/patches/debian/config/opt/cloud/bin/passwd_server_ip.py:
In systemvm/patches/debian/config/opt/cloud/bin/passwd_server_ip.py on line
68:
```python
try:
with file(getPasswordFile()) as f:
for line in f:
if '=' not in line: continue
key, val = line.strip().split('=', 1)
passMap[key] = val
except IOError:
pass
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---