File tree Expand file tree Collapse file tree
engine/storage/configdrive/src/org/apache/cloudstack/storage/configdrive Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ public class ConfigDrive {
2626 public static final String openStackConfigDriveName = "/openstack/latest/" ;
2727
2828 /**
29- * Created the path to ISO file relative to mount point.
30- * The config driver path will have the following formatt: {@link #CONFIGDRIVEDIR} + / + instanceName + / + {@link #CONFIGDRIVEFILENAME}
29+ * Creates the path to ISO file relative to mount point.
30+ * The config driver path will have the following formated: {@link #CONFIGDRIVEDIR} + / + instanceName + / + {@link #CONFIGDRIVEFILENAME}
31+ *
3132 * @return config drive ISO file path
3233 */
3334 public static String createConfigDrivePath (String instanceName ) {
3435 return ConfigDrive .CONFIGDRIVEDIR + "/" + instanceName + "/" + ConfigDrive .CONFIGDRIVEFILENAME ;
3536 }
3637
37- }
38+ }
You can’t perform that action at this time.
0 commit comments