From: Tony Mack Date: Tue, 7 Feb 2012 17:16:28 +0000 (-0500) Subject: fix AttributeError X-Git-Tag: merged-in-sfa-2.1-2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ef3e070a2964b24cda8536a6e123abe6653c8450;p=sfa.git fix AttributeError --- diff --git a/sfa/openstack/osaggregate.py b/sfa/openstack/osaggregate.py index 14ee34bb..6ca92096 100644 --- a/sfa/openstack/osaggregate.py +++ b/sfa/openstack/osaggregate.py @@ -84,7 +84,7 @@ class OSAggregate: # available sliver/instance/vm types instances = self.driver.shell.db.instance_type_get_all().values() # available images - images = self.driver.shell.glance_manager.detail() + images = self.driver.shell.image_manager.detail() disk_images = [] for image in images: if image.container_format == 'ami':