python-freezerclient/releasenotes/notes/freezerclient-v2-d0729e1ee77d341b.yaml
Memo Garcia bb19aa5b4d Freezerclient v2
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
2017-06-28 14:27:45 +01:00

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