diff options
author | Zuul <zuul@review.openstack.org> | 2018-04-20 05:21:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-04-20 05:21:00 +0000 |
commit | d079d26444a98a3573b24283eddcff2fe59f8438 (patch) | |
tree | 2b76315901822b8d459f0492f52ee32deaf39cae /doc | |
parent | 43bbef900b552ae03d3fb108afe837e3beeb8da8 (diff) | |
parent | eaf6340847c35ace3b4b681a95b8a79a7a3f2491 (diff) | |
download | nova-d079d26444a98a3573b24283eddcff2fe59f8438.tar.gz |
Merge "Log a warning and add nova-status check for old API service versions"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/cli/nova-status.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/cli/nova-status.rst b/doc/source/cli/nova-status.rst index f82ec5f706..37330fbfb3 100644 --- a/doc/source/cli/nova-status.rst +++ b/doc/source/cli/nova-status.rst @@ -109,6 +109,10 @@ Upgrade * Checks for the Placement API are modified to require version 1.21. * Checks that ironic instances have had their embedded flavors migrated to use custom resource classes. + * Checks for ``nova-osapi_compute`` service versions that are less than 15 + across all cell mappings which might cause issues when querying instances + depending on how the **nova-api** service is configured. + See https://bugs.launchpad.net/nova/+bug/1759316 for details. See Also ======== |