[Openstack] Specify an owner when adding an image in Glance

Haefliger, Juerg Juerg.Haefliger at hp.com
Fri Mar 23 09:45:41 UTC 2012


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





More information about the Openstack mailing list