f71cd2ca03
Part of bp:use-glance-v2-api Change-Id: I91145c53224aee6d20f6ebe8fd8c7ab540b8df46
15 lines
557 B
YAML
15 lines
557 B
YAML
---
|
|
features:
|
|
|
|
- Nova now defaults to using the glance version 2 protocol for all
|
|
backend operations for all virt drivers. A ``use_glance_v1``
|
|
config option exists to revert to glance version 1 protocol if
|
|
issues are seen, however that will be removed early in Ocata, and
|
|
only glance version 2 protocol will be used going forward.
|
|
|
|
upgrade:
|
|
|
|
- It is now required that the glance environment used by Nova
|
|
exposes the version 2 REST API. This API has been available for
|
|
many years, but previously Nova only used the version 1 API.
|