Re: [Openstack] which SDK to use?

2018-04-19 Thread Adrian Turjak
As someone who used to use all the standalone clients, I'm leaning very heavily these days to using only the SDK and think we should encourage most projects to treat the SDK as their first point of implementation rather than all the wildly different python clients. So if you are new to OpenStack,

Re: [Openstack] Glance image definition using V2 API

2018-04-19 Thread Cory Hawkless
Are you referring to https://developer.openstack.org/api-ref/image/v2/#create-an-image ? There seems to be no support for specifying a location in the API V2 create-image call (POST /v2/images) Perhaps the location attribute could be updated after creation using the update-image call (PATCH /v2/

Re: [Openstack] which SDK to use?

2018-04-19 Thread Chris Friesen
On 04/19/2018 07:01 AM, Jeremy Stanley wrote: On 2018-04-19 12:24:48 +1000 (+1000), Joshua Hesketh wrote: There is also nothing stopping you from using both. For example, you could use the OpenStack SDK for most things but if you hit an edge case where you need something specific you can then im

Re: [Openstack] which SDK to use?

2018-04-19 Thread Jeremy Stanley
On 2018-04-19 12:24:48 +1000 (+1000), Joshua Hesketh wrote: > There is also nothing stopping you from using both. For example, > you could use the OpenStack SDK for most things but if you hit an > edge case where you need something specific you can then import > the particular client lib. [...] Or

Re: [Openstack] Glance image definition using V2 API

2018-04-19 Thread Remo Mattei
Did you look at the Openstack commas api options? I am traveling now but I could check it later. Inviato da iPhone > Il giorno 19 apr 2018, alle ore 06:15, Cory Hawkless ha > scritto: > > Looking for some help with defining glance images. I'm running a new Queens > installation and do not h