As of now, if operator wants to set traits using 'nova-manage image_property set' command, it fails with below error, because in ImageMetaProps traits are not stored as individual fields, but stored in 'traits_required' field which is of type list. 'Invalid image property name trait:CUSTOM_XYZ' The setting of traits are handled by _set_attr_from_trait_names method here [1]. This change handles the issue by continue the loop, if the property startswith 'traits' string. [1]725a307693/nova/objects/image_meta.py (L708-L714)Closes-Bug: #2096341 Change-Id: Ifc20894801f723627726e3c9bed7076144542660 Signed-off-by: Rajesh Tailor <ratailor@redhat.com> (cherry picked from commit19f206f58c) (cherry picked from commitf5946fca46) (cherry picked from commit760a0999b4)
OpenStack Nova
OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of compute technologies, including: libvirt (KVM, Xen, LXC and more), VMware and OpenStack Ironic.
Use the following resources to learn more.
API
To learn how to use Nova's API, consult the documentation available online at:
For more information on OpenStack APIs, SDKs and CLIs in general, refer to:
Operators
To learn how to deploy and configure OpenStack Nova, consult the documentation available online at:
In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:
Developers
For information on how to contribute to Nova, please see the contents of the CONTRIBUTING.rst.
Any new code must follow the development guidelines detailed in the HACKING.rst file, and pass all unit tests.
Further developer focused documentation is available at:
Other Information
During each Summit and Project Team Gathering, we agree on what the whole community wants to focus on for the upcoming release. The plans for nova can be found at: