Comment 2 for bug 1527224

Revision history for this message
Alexey Galkin (agalkin) wrote :

Can't reproduce on mos 8.0 ISO#327.

Steps to reproduce:

1. Deploy Fuel cluster with SSL on services and horizon.
2. Trying to run all ostf tests (all ostf tests have passed successfully).
3. Set 'insecure = True' in glance-api.conf on all controllers and restart glance-api service.
4. Trying to run all ostf tests (all ostf tests have passed successfully).
5. Let's try to create an image manually by using v1:
root@node-4:~# glance --os-image-api-version 1 image-create --file openrc --container-format bare --disk-format qcow2
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 2305cce2b1e001fc68ad5bb967717592 |
| container_format | bare |
| created_at | 2015-12-21T16:14:10.000000 |
| deleted | False |
| deleted_at | None |
| disk_format | qcow2 |
| id | d1b3d960-6fd4-4955-a15a-dd879423b643 |
| is_public | False |
| min_disk | 0 |
| min_ram | 0 |
| name | None |
| owner | 5f69905190ae4c4d89192725c28a3cc7 |
| protected | False |
| size | 688 |
| status | active |
| updated_at | 2015-12-21T16:14:12.000000 |
| virtual_size | None |
+------------------+--------------------------------------+

Result: image successfully created

4. Trying to get image list with v1:

root@node-4:~# glance --os-image-api-version 1 image-list
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+--------+-------------+------------------+----------+--------+
| d1b3d960-6fd4-4955-a15a-dd879423b643 | | qcow2 | bare | 688 | active |
| 30667ff3-94a5-4002-9496-91e1d5420163 | TestVM | qcow2 | bare | 13287936 | active |
+--------------------------------------+--------+-------------+------------------+----------+--------+

Result: image list successfully received.

I did not find the problem, change the status of this bug on: "invalid". Correct me if I'm wrong in reproduce steps.