rhtyd commented on a change in pull request #5013:
URL: https://github.com/apache/cloudstack/pull/5013#discussion_r629917140
##########
File path: systemvm/debian/opt/cloud/bin/configure.py
##########
@@ -1070,8 +1070,8 @@ def main(argv):
config.address().process()
databag_map = OrderedDict([("guest_network", {"process_iptables":
True, "executor": []}),
- ("vm_password", {"process_iptables":
False, "executor": [CsPassword("vmpassword", config)]}),
- ("vm_metadata", {"process_iptables":
False, "executor": [CsVmMetadata('vmdata', config)]}),
+ ("vm_password", {"process_iptables":
True, "executor": [CsPassword("vmpassword", config)]}),
+ ("vm_metadata", {"process_iptables":
True, "executor": [CsVmMetadata('vmdata', config)]}),
Review comment:
@weizhouapache can you explain how does this fix the issue? (I've no
idea how the key is used, however ignore my comment if the PR is still WIP)
--
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:
[email protected]