softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 30 forks source link

Enabling name filter on image metadata api #151

Closed zhiyanliu closed 9 years ago

zhiyanliu commented 9 years ago

To enable filter function for image v1 and v2 metadata api, which fixed issue "Multiple image matches found for '', use an ID to be more specific." caused by that jumpgate returns all images without name based filter when glanceclient request a image metadata query [0].

[0] https://github.com/openstack/python-glanceclient/blob/master/glanceclient/common/utils.py#L159

Signed-off-by: Zhi Yan Liu zhiyanl@cn.ibm.com

jimlindeman commented 9 years ago

+1 Looks fine, good unit test.

zhiyanliu commented 9 years ago

Thanks for review and merging @jimlindeman.