We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a802a3 commit 7dd0d6eCopy full SHA for 7dd0d6e
systemvm/debian/opt/cloud/bin/setup/sharedfsvm.sh
@@ -49,6 +49,12 @@ setup_sharedfsvm() {
49
50
rm -f /etc/logrotate.d/cloud
51
52
+ # Enable cloud-init without any aid from ds-identify
53
+ echo "policy: enabled" > /etc/cloud/ds-identify.cfg
54
+
55
+ # Add ConfigDrive to datasource_list
56
+ sed -i "s/datasource_list: .*/datasource_list: ['ConfigDrive', 'CloudStack']/g" /etc/cloud/cloud.cfg.d/cloudstack.cfg
57
58
log_it "Starting cloud-init services"
59
if [ -f /home/cloud/success ]; then
60
systemctl stop cloud-init cloud-config cloud-final
0 commit comments