[Openstack] Pike: cinderclient noauth problem

2018-10-12 Thread Matthias Leopold
Hi, my standalone Pike Cinder installation works perfectly with "auth_strategy = keystone" and i can use cinderclient CLI to interact with it. Now i want to temporarily test it with "auth_strategy = noauth". I followed https://docs.openstack.org/python-cinderclient/pike/user/no_auth.html, b

Re: [Openstack] Pike: cinderclient noauth problem

2018-10-12 Thread Ivan Kolodyazhny
Hi Matthias, Did you try to use OS_AUTH_TYPE=noauth environment variable or add '--os-auth-type=noauth' option to the cinderclient? auth_strategy option should be set in cinder.con for API access too Regards, Ivan Kolodyazhny, http://blog.e0ne.info/ On Fri, Oct 12, 2018 at 3:32 PM Matthias Le

Re: [Openstack] Pike: cinderclient noauth problem

2018-10-12 Thread Matthias Leopold
I stuck to the example from https://docs.openstack.org/python-cinderclient/pike/user/no_auth.html, which uses OS_AUTH_TYPE=noauth environment variable also, auth_strategy=noauth is set in cinder.conf matthias Am 2018-10-12 um 15:48 schrieb Ivan Kolodyazhny: Hi Matthias, Did you try to use O

Re: [Openstack] Pike: cinderclient noauth problem

2018-10-12 Thread Matthias Leopold
OS_AUTH_SYSTEM=noauth seems to work somehow, at least i'm not asked for "OS Password:" anymore, now i only get 404 errors... I'm going to investigate the 404 next week, OS_AUTH_SYSTEM=noauth is from cinder-master/contrib/block-box/cinder.rc matthias Am 2018-10-12 um 16:18 schrieb Matthias Le