summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorBrian Waldon <brian.waldon@rackspace.com>2011-08-31 22:43:26 -0400
committerBrian Waldon <brian.waldon@rackspace.com>2011-08-31 22:43:26 -0400
commit13c74c252b0b7f900cde6a09201ea01c389f73a8 (patch)
tree0bf3a837a1fe8c5929f4ef19196192af89416c43 /nova/api
parente0e98075fc520428033e7ebd11eb68d37a4ca5c8 (diff)
move GlanceImageService tests to proper module; remove translation of non-standard image attributes to properties; ensure all image properties are available, defaulting to None if not provided
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py
index 1c8fc10c9..fcaa94651 100644
--- a/nova/api/openstack/images.py
+++ b/nova/api/openstack/images.py
@@ -50,7 +50,7 @@ class Controller(object):
"""Initialize new `ImageController`.
:param compute_service: `nova.compute.api:API`
- :param image_service: `nova.image.service:BaseImageService`
+ :param image_service: `nova.image.glance:GlancemageService`
"""
self._compute_service = compute_service or compute.API()