@@ -90,7 +90,7 @@ You'll find complete documentation on the shell by running
9090 [--os-endpoint-type <os-endpoint-type>]
9191 [--endpoint-type <endpoint-type>]
9292 [--os-volume-api-version <volume-api-ver>]
93- [--bypass-url <bypass-url>] [-- retries <retries>]
93+ [--retries <retries>]
9494 [--profile HMAC_KEY] [--os-auth-strategy <auth-strategy>]
9595 [--os-username <auth-user-name>] [--os-password <auth-password>]
9696 [--os-tenant-name <auth-tenant-name>]
@@ -254,6 +254,9 @@ You'll find complete documentation on the shell by running
254254 --volume-service-name <volume-service-name>
255255 Volume service name.
256256 Default=env[CINDER_VOLUME_SERVICE_NAME].
257+ --os-endpoint
258+ Use this API endpoint instead of the Service Catalog.
259+ Default=env[CINDER_ENDPOINT]
257260 --os-endpoint-type <os-endpoint-type>
258261 Endpoint type, which is publicURL or internalURL.
259262 Default=env[OS_ENDPOINT_TYPE] or nova
@@ -264,9 +267,6 @@ You'll find complete documentation on the shell by running
264267 Block Storage API version. Accepts X, X.Y (where X is
265268 major and Y is minor
266269 part).Default=env[OS_VOLUME_API_VERSION].
267- --bypass-url <bypass-url>
268- Use this API endpoint instead of the Service Catalog.
269- Defaults to env[CINDERCLIENT_BYPASS_URL].
270270 --retries <retries> Number of retries.
271271 --profile HMAC_KEY HMAC key to use for encrypting context data for
272272 performance profiling of operation. This key needs to
0 commit comments