Fix doc comment for get_available_resource

nodename has never been used in this call for the libvirt driver.
Commit 6ef820410a incorrectly
changed the doc comment to say it is used. Fix that.

Change-Id: If8b1cc19541bfa13b9752d7d956066e67d365c3f
This commit is contained in:
Michael Still 2015-12-21 14:35:12 +11:00
parent 3b12c70689
commit 4f83219578

View File

@ -5026,7 +5026,7 @@ class LibvirtDriver(driver.ComputeDriver):
This method is called when nova-compute launches, and
as part of a periodic task that records the results in the DB.
:param nodename: will be put in PCI device
:param nodename: unused in this driver
:returns: dictionary containing resource info
"""