Comment 2 for bug 1623026

Revision history for this message
Andrea Franceschini (afranceschini) wrote :

a little correction:

glance_store/exceptions.py:

+class UnknownStore(GlanceStoreException):
+ message = _("No store named '%(store_name)s' found")

and

glance_store/backend.py:
- 'sheepdog', 'cinder', 'vsphere'),
+ 'sheepdog', 'cinder', 'vmware'),