python-novaclient/releasenotes/notes/bug-1778536-a1b5d65a0d4ad622.yaml
Takashi NATSUME 2e6ef0c45a Rename --endpoint-override to --os-endpoint-override
The ``--endpoint-override`` command line argument has been deprecated.
It is renamed to ``--os-endpoint-override`` to avoid misinterpreting
command line arguments.
It defaults to the ``OS_ENDPOINT_OVERRIDE`` environment variable.

The deprecated ``--bypass-url`` command line argument has been removed.

Change-Id: Ic8a6559cd62d46b837fa9c04b482a46ceba829db
Closes-Bug: #1778536
2018-07-09 22:02:13 +09:00

13 lines
476 B
YAML

---
upgrade:
- The deprecated ``--bypass-url`` command line argument has been removed.
deprecations:
- |
The ``--endpoint-override`` command line argument has been deprecated.
It is renamed to ``--os-endpoint-override`` to avoid misinterpreting
command line arguments.
It defaults to the ``OS_ENDPOINT_OVERRIDE`` environment variable.
See `bug 1778536`_ for more details.
.. _bug 1778536: https://bugs.launchpad.net/python-novaclient/+bug/1778536