Add storage_policy VMware driver option for flavors
https://review.openstack.org/#/c/68421/ added support for storage_policy in flavor extra_specs. This patch adds missing property in glance metadef for VMware driver options for flavors. Change-Id: I2f42e51676701d1427a62d5765141e4e586f52f1
This commit is contained in:
parent
bdee4bbbed
commit
19aed25f5b
@ -14,6 +14,11 @@
|
||||
"title": "VMware Hardware Version",
|
||||
"description": "Specifies the hardware version VMware uses to create images. If the hardware version needs to be compatible with a cluster version, for backward compatibility or other circumstances, the vmware:hw_version key specifies a virtual machine hardware version. In the event that a cluster has mixed host version types, the key will enable the vCenter to place the cluster on the correct host.",
|
||||
"type": "string"
|
||||
},
|
||||
"vmware:storage_policy": {
|
||||
"title": "VMware Storage Policy",
|
||||
"description": "Specifies the storage policy to be applied for newly created instance. If not provided, the default storage policy specified in config file will be used. If Storage Policy Based Management (SPBM) is not enabled in config file, this value won't be used.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user