Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Pinto committed Jul 25, 2014
1 parent c167338 commit 1a23101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_bdii/providers/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_images(self):
aux.update({'image_marketplace_id' : image.metadata['vmcatcher_event_ad_mpuri']})
elif 'marketplace' in image.metadata:
aux.update({'image_marketplace_id' : image.metadata['marketplace']})
elif not (('image_require_markeplace_id' in defaults) and (defaults['image_require_markeplace_id'])):
elif not (('image_require_marketplace_id' in defaults) and (defaults['image_require_marketplace_id'])):
aux.update({'image_marketplace_id': link})
else:
continue
Expand Down

0 comments on commit 1a23101

Please sign in to comment.