Verified the test case on focal and its successful.

Package installed:
$ sudo dpkg -l | grep glance-store
ii  python3-glance-store           2.0.0-0ubuntu3                        all    
      OpenStack Image Service store library - Python 3.x
$ sudo systemctl restart glance-api.service

Create a single image
$ openstack image create --container-format bare --disk-format qcow2 --file 
/home/ubuntu/images/cirros-0.4.0-x86_64-disk.img test
+------------------+------------------------------------------------------------------------------------------------------------------------------------------+
| Field            | Value                                                      
                                                                              |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------+
| container_format | bare                                                       
                                                                              |
| created_at       | 2021-10-28T03:27:03Z                                       
                                                                              |
| disk_format      | qcow2                                                      
                                                                              |
| file             | /v2/images/00207cb6-a16d-4aad-80ad-a78fbe37a454/file       
                                                                              |
| id               | 00207cb6-a16d-4aad-80ad-a78fbe37a454                       
                                                                              |
| min_disk         | 0                                                          
                                                                              |
| min_ram          | 0                                                          
                                                                              |
| name             | test                                                       
                                                                              |
| owner            | 5f8dd88e2e2c436cb44098f4f63d0fe8                           
                                                                              |
| properties       | os_hidden='False', owner_specified.openstack.md5='', 
owner_specified.openstack.object='images/test', 
owner_specified.openstack.sha256='' |
| protected        | False                                                      
                                                                              |
| schema           | /v2/schemas/image                                          
                                                                              |
| status           | queued                                                     
                                                                              |
| tags             |                                                            
                                                                              |
| updated_at       | 2021-10-28T03:27:03Z                                       
                                                                              |
| visibility       | shared                                                     
                                                                              |
+------------------+------------------------------------------------------------------------------------------------------------------------------------------+

$ openstack image list
+--------------------------------------+------+--------+
| ID                                   | Name | Status |
+--------------------------------------+------+--------+
| 00207cb6-a16d-4aad-80ad-a78fbe37a454 | test | active |
+--------------------------------------+------+--------+


Created 4 more images in parallel and successful
$ openstack image list
+--------------------------------------+-------+--------+
| ID                                   | Name  | Status |
+--------------------------------------+-------+--------+
| 00207cb6-a16d-4aad-80ad-a78fbe37a454 | test  | active |
| 09843e9d-2527-4e38-9c62-e217257cc0c5 | test1 | active |
| 5a577248-30b5-45af-958d-a9a52af46ac6 | test2 | active |
| 8e9e4097-557e-4afc-8e3d-5590d0c90189 | test3 | active |
| 710d3697-b2d3-4259-9028-28bd7609f4c8 | test4 | active |
+--------------------------------------+-------+--------+

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948439

Title:
  Not able to create image with cinder as storage backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1948439/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to