File: fix-image-create-from-volume-c573e553161605c4.yaml

package info (click to toggle)
python-openstackclient 8.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,872 kB
  • sloc: python: 131,970; makefile: 140; sh: 22
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixed create image from volume command. If user wants to
    pass ``visibility`` and ``protected`` fields, they need to
    specify volume microversion 3.1 or greater by passing
    ``os-volume-api-version 3.1`` with the command.