nova/nova/image
jichenjc 7833ada4fd Remove direct usage of glance.generate_image_url
we abstract image (as well as volume etc) to image api and
volume api instead of glance and cinder direct usage, so
in most nova code we should use image.generate_image_url instead of
glance.generate_image_url. Thus we can utlize generic api of
image API instead of call glance client wrapper function directly.

Change-Id: I6ca9aeba78f7d939a3921a368d36612f8ede44da
2017-12-01 00:02:41 +08:00
..
download Remove translation of log messages 2017-07-18 09:03:39 +00:00
__init__.py Align internal image API with volume and network 2014-05-21 16:30:10 -04:00
api.py remove glance usage inside compute 2017-12-01 00:02:38 +08:00
glance.py Remove direct usage of glance.generate_image_url 2017-12-01 00:02:41 +08:00