Merge "Spawn() method signature mismatches with latest kilo release codes"

This commit is contained in:
Jenkins 2014-12-24 02:50:08 +00:00 committed by Gerrit Code Review
commit 608276af70
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ class PowerVCDriver(driver.ComputeDriver):
return self._service.get_flavor_extraspecs(flavor)
def spawn(self, context, instance, image_meta, injected_files,
admin_password, network_info=None, block_device_info=None):
admin_password, network_info=None, block_device_info=None,
**kwargs):
"""
Create a new instance/VM/domain on the virtualization platform.