![Dmitry Tantsur](/assets/img/avatar_default.png)
Glance V1 is deprecated we should start switching off it. Even more, some features in Ironic already require V2 anyway. This change switches everything to V2 by default, while leaving an option to get previous behavior back. Features that already required V2 are not affected by this option. Change-Id: I6947a150fefb7fe3028a0a7c5208c6c343be8e0d Closes-Bug: #1657475
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Ironic now uses only Image (glance) V2 API by default. Usage of deprecated
|
|
V1 API for certain basic tasks can still be enabled by setting
|
|
"[glance]glance_api_version" to "1". This option, however, does not affect
|
|
temporary URL generation, as it always required V2 API and cannot work
|
|
with V1.
|