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:
Matt Riedemann 2014-10-28 12:28:39 -07:00
parent 3adb279913
commit e1fc488bb8
2 changed files with 2 additions and 2 deletions

View File

@ -759,7 +759,7 @@ class ComputeDriver(object):
back to the source host to check the results.
:param context: security context
:param instance: nova.db.sqlalchemy.models.Instance
:param instance: nova.objects.instance.Instance object
"""
raise NotImplementedError()

View File

@ -4970,7 +4970,7 @@ class LibvirtDriver(driver.ComputeDriver):
back to the source host to check the results.
:param context: security context
:param instance: nova.db.sqlalchemy.models.Instance
:param instance: nova.objects.instance.Instance object
:returns
:tempfile: A dict containing the tempfile info on the destination
host