Hi,
I'm trying to setup an s3 API frontend for my swift cluster using this
guide:
https://docs.openstack.org/mitaka/config-reference/object-storage/configure-s3.html
But I'm unable to figure out how to configure the access_key_id and
secret_access_key. The page says I should pick up from aws cons
Hi all,
Just to close on this...
I was able to get the setup completed once I followed the correct Install
guide version (I was thinking that my version is Pike, but it turns out
that it should be Mitaka).
Thanks for the help, and sorry for the trouble.
Regards,
Shyam
On Mon, Apr 16, 2018 at 6:0
Hi Chris and colleagues,
based on your experience, can you specify an average delay between new
OS release / new feature introduction and appearance of corresponding
support in Unified Openstack SDK if you were experiencing such issues?
Thanks.
On 4/17/18 7:23 PM, Chris Friesen wrote:
On 04
On 04/17/2018 07:13 AM, Jeremy Stanley wrote:
The various "client libraries" (e.g. python-novaclient,
python-cinderclient, et cetera) can also be used to that end, but
are mostly for service-to-service communication these days, aren't
extremely consistent with each other, and tend to eventually
On 2018-04-17 15:38:03 +0300 (+0300), Volodymyr Litovka wrote:
[...]
> 1) Openstack SDK (https://docs.openstack.org/openstacksdk/latest )
> 2) Openstack Clients (https://wiki.openstack.org/wiki/OpenStackClients )
>
> The question is which one to use in terms of support Openstack APIs,
> developmen
Hi colleagues,
I need to write client app (Python v3) to work with Openstack. At the
moment, I need to work with Keystone (of course), Heat, Nova and Cinder.
Support for other modules may be required later.
Keeping in mind direct API calls, I, nevertheless, prefer to use SDK and
there are tw