From eced1e95a976d19b11811c4c25369e99b442da0a Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Thu, 19 Oct 2017 11:49:15 -0500 Subject: [PATCH] [Trivial] Fix up a docstring The nova.cmd.status.UpgradeCommands._check_placement docstring claimed that the method checks that compute nodes are registered in placement. It doesn't. Removed that sentence. Change-Id: Id8c99f3c8410aed43a77faeebb1f1eee53b24487 --- nova/cmd/status.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nova/cmd/status.py b/nova/cmd/status.py index 0ffd4a757416..7720aad330ca 100644 --- a/nova/cmd/status.py +++ b/nova/cmd/status.py @@ -195,10 +195,7 @@ class UpgradeCommands(object): """Checks to see if the placement API is ready for scheduling. Checks to see that the placement API service is registered in the - service catalog and that we can make requests against it. Also checks - that there are compute nodes registered with the placement service - as resource providers so that when the Ocata nova-scheduler code starts - handling requests it has somewhere to send those builds. + service catalog and that we can make requests against it. """ try: versions = self._placement_get("/")