When using locations image data is not immutable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Unassigned |
Bug Description
Bug https:/
There is an alternative way to modify the bytes without having the image's status change from 'active'.
When using locations a location which may be directly modified can be used:
$ glance --os-image-
In the above call http://
Images whose locations have been added in this way have no checksum:
+------
| Property | Value |
+------
| checksum | None |
| container_format | bare |
| created_at | 2015-12-
| deleted | False |
| deleted_at | None |
| disk_format | raw |
| id | e2093a55-
| is_public | False |
| min_disk | 0 |
| min_ram | 0 |
| name | http2 |
| owner | 1358057831f74e6
| protected | False |
| size | 1270 |
| status | active |
| updated_at | 2015-12-
| virtual_size | None |
+------