Glance client updates for xenapi and vmware API to work with image refs.

This commit is contained in:
Dan Prince
2011-05-27 15:48:40 -04:00
parent 72ed80830d
commit 2b7b5a8332
3 changed files with 16 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ def stub_out_db_instance_api(stubs):
'name': values['name'],
'id': values['id'],
'reservation_id': utils.generate_uid('r'),
'image_id': values['image_id'],
'image_ref': values['image_ref'],
'kernel_id': values['kernel_id'],
'ramdisk_id': values['ramdisk_id'],
'state_description': 'scheduling',