mirror of https://github.com/apache/cloudstack.git
Fix systemVM template name in metadata file (#5598)
This commit is contained in:
parent
6e67edcf50
commit
f2ca11fc68
|
|
@ -56,7 +56,7 @@ function createMetadataFile() {
|
|||
do
|
||||
section="$i"
|
||||
hvName=$(getGenericName $i)
|
||||
templatename="systemvm-${i}-${CS_VERSION}"
|
||||
templatename="systemvm-${i}-${CS_VERSION}.${CS_MINOR_VERSION}"
|
||||
checksum=$(getChecksum "$fileData" $hvName)
|
||||
downloadurl="${templates[$i]}"
|
||||
filename=$(echo ${downloadurl##*'/'})
|
||||
|
|
|
|||
Loading…
Reference in New Issue