cf2de9af79
* 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
8 lines
297 B
YAML
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>`_]
|