Update docstring for check_instance_shared_storage_local
The check_instance_shared_storage_local method is getting a nova instance object so update the docstring to reflect that. Part of blueprint kilo-objects Change-Id: I2fe671f47bc73e5bf292abce7ba678e1cf59e6d9
This commit is contained in:
parent
3adb279913
commit
e1fc488bb8
@ -759,7 +759,7 @@ class ComputeDriver(object):
|
|||||||
back to the source host to check the results.
|
back to the source host to check the results.
|
||||||
|
|
||||||
:param context: security context
|
:param context: security context
|
||||||
:param instance: nova.db.sqlalchemy.models.Instance
|
:param instance: nova.objects.instance.Instance object
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
@ -4970,7 +4970,7 @@ class LibvirtDriver(driver.ComputeDriver):
|
|||||||
back to the source host to check the results.
|
back to the source host to check the results.
|
||||||
|
|
||||||
:param context: security context
|
:param context: security context
|
||||||
:param instance: nova.db.sqlalchemy.models.Instance
|
:param instance: nova.objects.instance.Instance object
|
||||||
:returns
|
:returns
|
||||||
:tempfile: A dict containing the tempfile info on the destination
|
:tempfile: A dict containing the tempfile info on the destination
|
||||||
host
|
host
|
||||||
|
Loading…
Reference in New Issue
Block a user