Comment 4 for bug 1605444

Revision history for this message
Jaspreet Singh Rawel (jaspreetsinghrawel) wrote : Re: Should check null key when set key-value pair in property

So is the below sequence expected behaviour????????

root@controller:/home/ubuntu# glance image-show 367fc434-1eee-4b01-8dba-580452ca7dff
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | ee1eca47dc88f4879d8a229cc70a07c6 |
| container_format | bare |
| created_at | 2016-11-09T18:02:08Z |
| disk_format | qcow2 |
| id | 367fc434-1eee-4b01-8dba-580452ca7dff |
| min_disk | 0 |
| min_ram | 0 |
| name | ОБРАЗ |
| owner | abe83ae828434fa9917bcee3d80a2fc7 |
| protected | False |
| size | 13287936 |
| status | active |
| tags | [] |
| updated_at | 2016-11-11T17:03:55Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
root@controller:/home/ubuntu#
root@controller:/home/ubuntu#
root@controller:/home/ubuntu# glance image-update 367fc434-1eee-4b01-8dba-580452ca7dff --property =
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| | |
| checksum | ee1eca47dc88f4879d8a229cc70a07c6 |
| container_format | bare |
| created_at | 2016-11-09T18:02:08Z |
| disk_format | qcow2 |
| id | 367fc434-1eee-4b01-8dba-580452ca7dff |
| min_disk | 0 |
| min_ram | 0 |
| name | ОБРАЗ |
| owner | abe83ae828434fa9917bcee3d80a2fc7 |
| protected | False |
| size | 13287936 |
| status | active |
| tags | [] |
| updated_at | 2016-11-11T17:04:14Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
root@controller:/home/ubuntu# glance image-update 367fc434-1eee-4b01-8dba-580452ca7dff --remove-property ''
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | ee1eca47dc88f4879d8a229cc70a07c6 |
| container_format | bare |
| created_at | 2016-11-09T18:02:08Z |
| disk_format | qcow2 |
| id | 367fc434-1eee-4b01-8dba-580452ca7dff |
| min_disk | 0 |
| min_ram | 0 |
| name | ОБРАЗ |
| owner | abe83ae828434fa9917bcee3d80a2fc7 |
| protected | False |
| size | 13287936 |
| status | active |
| tags | [] |
| updated_at | 2016-11-11T17:04:18Z |
| virtual_size | None |
| visibility | public |
+------------------+--------------------------------------+
root@controller:/home/ubuntu#