Remove :return from update_provider_tree docstring

During development of update_provider_tree, it was decided that we don't
need it to return anything - deciding whether things have changed is
handled by the report client.

But somehow we missed removing that bit from the docstring.  This patch
remedies that.

related to blueprint update-provider-tree

Change-Id: I199a13b0a3de9f1cbe3f6419506fe7b37ed6c4ae
This commit is contained in:
Eric Fried
2018-04-11 09:23:11 -05:00
parent fe976dcc55
commit e6dc26fe74

View File

@@ -873,7 +873,6 @@ class ComputeDriver(object):
the compute node provider in the ProviderTree. Drivers managing
more than one node (e.g. ironic) may also use it as a cue to
indicate which node is being processed by the caller.
:return: True if the provider_tree was changed; False otherwise.
"""
raise NotImplementedError()