nova/releasenotes/notes/vmware-add-max-ram-validation-f27f94d4a04aef3a.yaml
mmidolesov 38aa83b7fc vmware:add support for the hw_video_ram image property
Added create of a video card config spec and validation check
if the image meta video ram("hw_video_ram") is bigger than the
maximum allowed "hw_video:ram_max_mb" from the flavor.

Change-Id: I944d7e9235790cb2a4a21318c029d51012d157b0
2018-12-19 23:37:22 -08:00

12 lines
614 B
YAML

---
features:
- |
For the VMware vCenter driver, added support for the configured video ram ``hw_video_ram`` from the image,
which will be checked against the maximum allowed video ram ``hw_video:ram_max_mb``
from the flavor.
If the selected video ram from the image is less than or equal to the maximum allowed ram,
the ``videoRamSizeInKB`` will be set.
If the selected ram is more than the maximum allowed one, then server creation will fail for the given
image and flavor.
If the maximum allowed video ram is not set in the flavor we do not set ``videoRamSizeInKB`` in the VM.