9ed7c16ef0
Introduces API microversion 3.66, which allows snapshot creation on in-use volumes without the force flag being passed. Co-authored-by: Eric Harney <eharney@redhat.com> Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com> Implements: blueprint fix-snapshot-create-force Change-Id: I6d45aeab065197a85ce62740fc95306bce9dfc45
9 lines
336 B
YAML
9 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
As of API version 3.66, volume snapshots of in-use volumes can be created
|
|
without passing the 'force' flag, and the 'force' flag is considered
|
|
invalid for this request. For backward compatability, however, when the
|
|
'force' flag is passed with a value evaluating to True, it is silently
|
|
ignored.
|