2e6ef0c45a
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
13 lines
476 B
YAML
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
|