python-openstackclient/releasenotes/notes/bug-1527833-42cde11d28b09ac3.yaml
Dean Troyer cf2de9af79 Change --owner to --project in image commands
* image create and image set now use --project to specify an alternate
  project to own the image
* --owner is still silently accepted but deprecated, add warning messages
* --project and --owner are mutually exclusive to prevent precedence issues

Closes Bug: 1527833
Change-Id: Iccb1a1d9175ef9b5edcd79d294607db12641c1f0
2016-01-15 09:24:48 -06:00

8 lines
297 B
YAML

---
other:
- Change the `--owner` option to `--project` in `image create`
and `image set` commands. `--owner` is deprecated and no longer
documented but is still accepted; a warning message will be shown
if it is used.
[Bug `1527833 <https://bugs.launchpad.net/bugs/1527833>`_]