nova/nova/cmd
Balazs Gibizer 4e5b92545d Add upgrade check about old computes
Report a warning during upgrade checks if there are computes older than
the previous major nova release in the system.

So if code is upgraded to N+1 and the upgrade check was run before
the restart of the services with N+1 code then the check warns for N-1
computes in the system.

There are small modification in the documentation and code comment to
align it to the Victoria context.

Related-Bug: #1903545

Change-Id: I873b0c1e6e695ae88241bbf75ac9f80ecc6f5664
(cherry picked from commit 3b8257cd23)
2021-01-11 14:05:08 +00:00
..
__init__.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
api.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
api_metadata.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
api_os_compute.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
baseproxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
common.py Remove future imports 2020-03-24 15:05:36 +00:00
compute.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
conductor.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
manage.py Remove six.PY2 and six.PY3 2020-08-15 07:45:23 +00:00
novncproxy.py xenapi: Remove Xen-only code paths 2020-09-11 14:09:06 +01:00
policy.py Use nova.db.api directly 2018-07-10 14:56:27 +00:00
scheduler.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
serialproxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
spicehtml5proxy.py config: Explicitly register 'remote_debug' CLI opts 2020-05-07 12:35:21 +00:00
status.py Add upgrade check about old computes 2021-01-11 14:05:08 +00:00