~0x44/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/compute/api.py

Update GlanceClient, GlanceImageService, and Glance Xen plugin to work with Glance keystone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        self._check_injected_file_quota(context, injected_files)
203
203
        self._check_requested_networks(context, requested_networks)
204
204
 
205
 
        (image_service, image_id) = nova.image.get_image_service(image_href)
 
205
        (image_service, image_id) = nova.image.get_image_service(context,
 
206
                                                                 image_href)
206
207
        image = image_service.show(context, image_id)
207
208
 
208
209
        config_drive_id = None