File: bug-1759316-nova-status-api-version-check-183fac0525bfd68c.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (13 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    A new check is added to ``nova-status upgrade check`` which will scan
    all cells looking for ``nova-osapi_compute`` service versions which are
    from before Ocata and which may cause issues with how the compute API
    finds instances. This will result in a warning if:

    * No cell mappings are found
    * The minimum ``nova-osapi_compute`` service version is less than 15 in
      any given cell

    See https://bugs.launchpad.net/nova/+bug/1759316 for more details.