python-novaclient/releasenotes/notes/rename-bypass-url-42cd96956a6bc6dc.yaml
Matt Riedemann 69d05c6774 Clarify some release notes prior to the 7.0.0 release
Change-Id: I55dc81659973ab5afc60b030b44f30e62b73dbd9
2016-12-20 10:07:20 -05:00

11 lines
391 B
YAML

---
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.