Comment 3 for bug 1605444

Revision history for this message
Ian Cordasco (icordasc) wrote : Re: Should check null key when set key-value pair in property

This is absolutely intended behaviour. Many operators have the workflow:

$ glance image-create
$ # gather data from somewhere
$ glance image-update <UUID> --name "New Name" ...