We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d577ade + 77da97a commit 3bef901Copy full SHA for 3bef901
2 files changed
systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh
@@ -81,7 +81,12 @@ mv $cfg /var/cache/cloud/processed/
81
82
unset DEFER_CONFIG
83
# trigger finish_config()
84
-/opt/cloud/bin/configure.py
+if [ -f /etc/cloudstack/dhcpentry.json ]; then
85
+ /opt/cloud/bin/configure.py vm_dhcp_entry.json
86
+fi
87
+if [ -f /etc/cloudstack/vmdata.json ]; then
88
+ /opt/cloud/bin/configure.py vm_metadata.json
89
90
91
# Flush kernel conntrack table
92
log_it "VR config: Flushing conntrack table"
0 commit comments