開発中バージョンのリリースノート¶
29.0.0-21¶
新機能¶
A new file,
glance/wsgi/api.py
, has been added as a place to hold a WSGIapplication
object. This is intended to ease deployment by providing a consistent location for these objects. For example, if using uWSGI then instead of:[uwsgi] wsgi-file = /bin/glance-wsgi-api
You can now use:
[uwsgi] module = glance.wsgi.api:application
This also simplifies deployment with other WSGI servers that expect module paths such as gunicorn.
アップグレード時の注意¶
Support for running glance services in Windows operating systems has been removed.
その他の注意点¶
Updated the stores detail API response to include
fsid
field in RBD store properties.