Activity log for bug #1654212

Date Who What changed Old value New value Message
2017-01-05 10:49:15 suzhengwei bug added bug
2017-01-05 12:31:18 suzhengwei description I update image'property with dict value which has one key-value, it works. But failed with dict value which has more than one key-value. cli like this: #glance image-update --property property_xxx={'key1':'value1', 'key2':'value2'} $image_id It works through dashboard. So I think it may be glanceclient's problem. glanceclient version:2.0.0 none
2017-01-05 12:31:32 suzhengwei python-glanceclient: status New Invalid
2017-01-06 02:40:56 suzhengwei description none Fail to update an image's property with dict value which has more than one key-values. Cli like this: #glance image-update --property property_xxx={key1:value, key2:value2} $image_id But it works only one key-value pair. I'm not sure it is a problem. How to update an image's property with dict value which has more than one key-values pairs?
2017-01-06 02:41:30 suzhengwei description Fail to update an image's property with dict value which has more than one key-values. Cli like this: #glance image-update --property property_xxx={key1:value, key2:value2} $image_id But it works only one key-value pair. I'm not sure it is a problem. How to update an image's property with dict value which has more than one key-values pairs? Fail to update an image's property with dict value which has more than one key-values. Cli like this: #glance image-update --property property_xxx={key1:value, key2:value2} $image_id But it works only one key-value pair. I'm not sure it is a problem. How to update an image's property with dict value which has more than one key-values pairs? glanceclient version:2.0.0
2017-01-06 02:41:48 suzhengwei python-glanceclient: status Invalid New
2017-04-27 15:52:37 Cyril Roelandt python-glanceclient: status New Invalid