sgoeminn commented on a change in pull request #2097: [4.11] CLOUDSTACK-9813:
Extending Config Drive support
URL: https://github.com/apache/cloudstack/pull/2097#discussion_r160371696
##########
File path:
plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixPrepareForMigrationCommandWrapper.java
##########
@@ -47,7 +47,7 @@ public Answer execute(final PrepareForMigrationCommand
command, final CitrixReso
String configDriveLabel = vm.getConfigDriveLabel();
if (configDriveLabel == null) {
- configDriveLabel = "config";
+ configDriveLabel = "config-2";
Review comment:
@rhtyd it's added to be OpenStack compatible. In this way it works out of
the box in combination with cloud-init. [design doc
config-drive](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Using+ConfigDrive+for+Metadata%2C+Userdata+and+Password#UsingConfigDriveforMetadata,UserdataandPassword-OpenStack(cloud-init)compatibility(version2))
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services