<div dir="ltr"><div>Hi</div><div><br></div><div>What requirements must an openstack user meet to be able to create images in glance. I can create an image as a user as shown below but when I try to list the images as the same user it is not shown.</div><div><br></div><div>xsasgov@deimos:sles12.2 test-utils/cloud/cloud-tool master $ glance --os-user-domain-name Default --os-tenant-id 33b174b1f999445a9cc4090938f80704 --os-tenant-name lda --os-password rootroot --os-username xsasgov --os-auth-url <a href="http://192.168.122.186:5000/v3">http://192.168.122.186:5000/v3</a>  image-create --name lda-image --disk-format qcow2 --container-format bare --file testimage.qcow2 </div><div><br></div><div> +------------------+--------------------------------------+</div><div>| Property         | Value                                |</div><div>+------------------+--------------------------------------+</div><div>| checksum         | 11a0609ef8c758fafc722529fbbbc487     |</div><div>| container_format | bare                                 |</div><div>| created_at       | 2018-02-17T02:46:33.000000           |</div><div>| deleted          | False                                |</div><div>| deleted_at       | None                                 |</div><div>| disk_format      | qcow2                                |</div><div>| id               | 4d3a32b1-2050-4986-9b93-306571ccaa1f |</div><div>| is_public        | False                                |</div><div>| min_disk         | 0                                    |</div><div>| min_ram          | 0                                    |</div><div>| name             | lda-image                            |</div><div>| owner            | None                                 |</div><div>| protected        | False                                |</div><div>| size             | 534773760                            |</div><div>| status           | active                               |</div><div>| updated_at       | 2018-02-17T02:46:37.000000           |</div><div>| virtual_size     | None                                 |</div><div>+------------------+--------------------------------------+</div><div>xsasgov@deimos:sles12.2 test-utils/cloud/cloud-tool master $ glance --os-user-domain-name Default --os-tenant-id 33b174b1f999445a9cc4090938f80704 --os-tenant-name lda --os-password rootroot --os-username xsasgov --os-project-name lda --os-auth-url <a href="http://192.168.122.186:5000/v3">http://192.168.122.186:5000/v3</a>  image-list</div><div>+----+------+-------------+------------------+------+--------+</div><div>| ID | Name | Disk Format | Container Format | Size | Status |</div><div>+----+------+-------------+------------------+------+--------+</div><div>+----+------+-------------+------------------+------+--------+</div><div><br></div><div><br></div><div>However the image is there. If I login to the openstack server and use the openstack admin account to list the images then it is appears. So I'm wondering what I've missed when setting up the non-admin user?</div><div><br></div><div>Thanks</div><div><br></div><div><br></div></div>