Comment 5 for bug 1778536

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/580991
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=2e6ef0c45a6ada10440eb0ce87df74bf7070c1e4
Submitter: Zuul
Branch: master

commit 2e6ef0c45a6ada10440eb0ce87df74bf7070c1e4
Author: Takashi NATSUME <email address hidden>
Date: Mon Jul 9 18:40:41 2018 +0900

    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