python-openstackclient/releasenotes/notes/bug-1571812-49cdce4df5f3d481.yaml
Dean Troyer 530fe42589 Rename --profile to --os-profile
* The --profile global option is deprecated but will be supported
  through at least April 2017.
* Update man page

Closes-bug: #1571812
Change-Id: I2e623411a56096b4cc352f4eedbf770632ae2cc3
2016-04-19 07:50:42 -05:00

11 lines
398 B
YAML

---
upgrade:
- |
Deprecate global option ``--profile`` in favor of ``--os-profile``.
``--profile`` interferes with existing command options with the same name.
Unfortunately it appeared in a release so we must follow the deprecation
process and wait one year (April 2017) before removing it.
[Bug `1571812 <https://bugs.launchpad.net/python-openstackclient/+bug/1571812>`_]