ustcweizhou edited a comment on issue #3446: Cannot deploy new vm in isolated network 4.11.3 URL: https://github.com/apache/cloudstack/issues/3446#issuecomment-506984272 @rhtyd I think this is a blocker issue in 4.11.3 It is related to 2f268fbb52203cae96d0cff57c189600abab1390 It works if I revert the following line https://github.com/apache/cloudstack/blob/4.11/systemvm/debian/opt/cloud/bin/cs/CsAddress.py#L521 ``` if self.get_type() in ["public"]: ``` back to ``` if self.get_type() in ["public"] and (len(self.iplist) == 1): ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services