rohityadavcloud commented on code in PR #7650:
URL: https://github.com/apache/cloudstack/pull/7650#discussion_r1287173186
##########
tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh:
##########
@@ -132,7 +132,7 @@ function configure_services() {
# Disable cloud init by default
cat <<EOF > /etc/cloud/cloud.cfg.d/cloudstack.cfg
-datasource_list: ['CloudStack']
+datasource_list: ['CloudStack', 'ConfigDrive']
Review Comment:
this can be fixed after the setup/init scripts @weizhouapache ? As
cloud-init is disabled by default, the post-init or similar scripts can fix
this and you won't need a new template for this?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]