File: no-neutron-proxy-18fd54febe939a6b.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 (12 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - |
    The 2.36 microversion deprecated the network proxy APIs in
    Nova. Because of this we now go directly to neutron for name to
    net-id lookups. For nova-net deployements the old proxies will
    continue to be used.

    To do this the following is assumed:

    #. There is a **network** entry in the service catalog.
    #. The network v2 API is available.