mirror of https://github.com/apache/cloudstack.git
Storage type defaults to shared even on setting to local (#738)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8ad082ddb5
commit
de670d21f8
|
|
@ -933,7 +933,7 @@ export default {
|
|||
issystem: this.isSystem,
|
||||
name: values.name,
|
||||
displaytext: values.displaytext,
|
||||
storagetype: values.storageType,
|
||||
storagetype: values.storagetype,
|
||||
provisioningtype: values.provisioningtype,
|
||||
cachemode: values.cachemode,
|
||||
customized: values.offeringtype !== 'fixed',
|
||||
|
|
|
|||
Loading…
Reference in New Issue