bb19aa5b4d
Freezer client now has the ability to talk to v2 api endpoint if you are using BaaS please use: OS_BACKUP_API_VERSION=2 otherwise OS_BACKUP_API_VERSION=1 Change-Id: I93715e18f96c35b7952f3aeac3cb05b56313f9a9
14 lines
358 B
YAML
14 lines
358 B
YAML
---
|
|
prelude: >
|
|
Python freezer client now has the ability to use the version 2 of the API.
|
|
features:
|
|
- |
|
|
Freezer client v2 support
|
|
upgrade:
|
|
- |
|
|
for Backup as a service use "export OS_BACKUP_API=2"
|
|
for control plane backup use "export OS_BACKUP_API=1"
|
|
critical:
|
|
- |
|
|
if no OS_BACKUP_API is use, freezerclient will default to version 2
|