開発中バージョンのリリースノート¶
31.0.0-11¶
アップグレード時の注意¶
The WSGI script
glance-wsgi-apihas 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.wsgiscript themselves if not (mod_wsgi).
廃止予定の機能¶
The
add_image_locationandfetch_image_locationAPIs policy rule default valuerole:admin or role:serviceis deprecated and will be changed torole:servicein future release.
バグ修正¶
Bug 2127798: Automatic S3 credential update when EC2 credentials are rotated
Glance now automatically updates S3 image location URLs when EC2 credentials are rotated in Keystone. Previously, images with S3 locations would become inaccessible after credential rotation, requiring manual intervention to update location metadata. This fix ensures seamless credential rotation without breaking image access.
31.0.0¶
アップグレード時の注意¶
The following metadata definitions have been modified in the Flamingo release:
Added
hw_memory_encryption_modelenumerations in theOS::Compute::Libvirtnamespace.
これらの定義は、次の方法でアップグレードできます。
glance-manage db load_metadefs [--path <path>] [--merge] [--prefer_new]