File: rename-bypass-url-42cd96956a6bc6dc.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
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.