mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7573 : Fixed the Guest OS Type used for the ISO
This commit is contained in:
parent
6a11d099cf
commit
f1f61e13e5
|
|
@ -708,7 +708,7 @@ test_data = {
|
|||
"url": "http://people.apache.org/~tsp/dummy.iso",
|
||||
"bootable": False,
|
||||
"ispublic": False,
|
||||
"ostype": "CentOS 5.6 (64-bit)",
|
||||
"ostype": "Other (64-bit)",
|
||||
},
|
||||
"iso1": {
|
||||
"displaytext": "Test ISO 1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue