diff options
author | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2018-07-09 18:40:41 +0900 |
---|---|---|
committer | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2018-07-09 22:02:13 +0900 |
commit | 2e6ef0c45a6ada10440eb0ce87df74bf7070c1e4 (patch) | |
tree | dad67b1e42561df42cf61037e893deba7b9d7d75 /doc | |
parent | 4cca340520064978ac9fb73d742d7412bbc7af09 (diff) | |
download | python-novaclient-2e6ef0c45a6ada10440eb0ce87df74bf7070c1e4.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/cli/nova.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index cd6d60ee..14f63c4c 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -33,7 +33,7 @@ nova usage [--service-name <service-name>] [--os-endpoint-type <endpoint-type>] [--os-compute-api-version <compute-api-ver>] - [--endpoint-override <bypass-url>] [--profile HMAC_KEY] + [--os-endpoint-override <bypass-url>] [--profile HMAC_KEY] [--insecure] [--os-cacert <ca-certificate>] [--os-cert <certificate>] [--os-key <key>] [--timeout <seconds>] [--os-auth-type <name>] [--os-auth-url OS_AUTH_URL] @@ -678,10 +678,10 @@ nova optional arguments minor part) or "X.latest", defaults to ``env[OS_COMPUTE_API_VERSION]``. -``--endpoint-override <bypass-url>`` +``--os-endpoint-override <bypass-url>`` Use this API endpoint instead of the Service Catalog. Defaults to - ``env[NOVACLIENT_ENDPOINT_OVERRIDE]``. + ``env[OS_ENDPOINT_OVERRIDE]``. ``--profile HMAC_KEY`` HMAC key to use for encrypting context data |