Current Series Release Notes¶
31.0.0-7¶
Upgrade Notes¶
The WSGI script
glance-wsgi-api
has been removed. Deployment tooling should instead reference the Python module path for this service,glance.wsgi.api
, if their chosen WSGI server supports this (gunicorn, uWSGI) or implement a.wsgi
script themselves if not (mod_wsgi).
Deprecation Notes¶
The
add_image_location
andfetch_image_location
APIs policy rule default valuerole:admin or role:service
is deprecated and will be changed torole:service
in future release.
31.0.0¶
Upgrade Notes¶
The following metadata definitions have been modified in the Flamingo release:
Added
hw_memory_encryption_model
enumerations in theOS::Compute::Libvirt
namespace.
You may upgrade these definitions using:
glance-manage db load_metadefs [--path <path>] [--merge] [--prefer_new]