openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09023
Specify an owner when adding an image in Glance
Hi,
Is there a particular reason why an owner can't be specified when adding an image? I.e., the following:
$ glance add name=testing owner=99 < testing
results in:
URI: http://jabba:9292/v1/images/22
Id: 22
Public: No
Name: testing
Status: active
Size: 36614
Disk format: None
Container format: None
Minimum Ram Required (MB): 0
Minimum Disk Required (GB): 0
Owner: 2
Property 'owner': 99
whereas I expect it to be:
URI: http://jabba:9292/v1/images/22
Id: 22
Public: No
Name: testing
Status: active
Size: 36614
Disk format: None
Container format: None
Minimum Ram Required (MB): 0
Minimum Disk Required (GB): 0
Owner: 99
Regards
...Juerg
Follow ups