Files
python-cinderclient/releasenotes/notes/remove-deprecations-621919062f867015.yaml
Sean McGinnis a331f06df0 Remove deprecated CLI options
The following options were deprecated in Queens or Pike and are now
being removed:

--endpoint-type
--bypass-url
--os-auth-system

Change-Id: I3b951cc4eb3adff23f3d2cbe674971816261ef56
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-07-23 11:50:35 -05:00

16 lines
375 B
YAML

---
upgrade:
- |
The following CLI options were deprecated for one or more releases and have
now been removed:
``--endpoint-type``
This option has been replaced by ``--os-endpoint-type``.
``--bypass-url``
This option has been replaced by ``--os-endpoint``.
``--os-auth-system``
This option has been replaced by ``--os-auth-type``.