summaryrefslogtreecommitdiff
path: root/releasenotes/notes/rename-bypass-url-42cd96956a6bc6dc.yaml
blob: dc6374e15c594e53a6744c9d9a359058263792f5 (plain)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - The **--bypass-url** CLI argument was deprecated in favor of
    **--endpoint-override**
  - The **bypass_url** argument of novaclient.client.Client entry-point was
    deprecated in favor of **endpoint_override**.
fixes:
  - Inability to use bypass-url with keystone session is fixed.
features:
  - You can use **bypass-url** / **endpoint-override** with Keystone V3.