How to unset/remove image proprety?
Hi,
with the command
glance image-update --property my_prop=1 <image_id>
I can store the value of my custom property to my image. But, how can I unset/remove definitively this property ? I try with:
glance image-update --property my_prop= <image_id>
but set the value of property to None.
Thanks,
Salvo