Resolve "Glance API Deprecation Warning"
v1 api is deprecated so should be able to disable v1 and enable v2 in the settings. Please review and add comments. Closes #66 (closed)
Merge request reports
Activity
Filter activity
@kenneth.w.peeples did you test this in devstack? Last time we did this (~2 releases ago) heat wasn't able to function without the v1 API and we had to revert.
In Devstack set
- set enable_v1_api and enable_v1_registry to
False
- set enable_v2_api to
True
Test
- Glance API v2 works using "--os-image-api-version 2" on the CLI
Verify Heat
- Create a stack and validate
Edited by Kenneth Peeples- set enable_v1_api and enable_v1_registry to
Please register or sign in to reply