<div dir="ltr">Hi, Did exporting the variables solve your problem? I'm working on improving the support of v3 in devstack, like the openrc you've mentioned.<br><br><div class="gmail_quote"><div dir="ltr">Em qui, 14 de jan de 2016 às 06:50, Akihiro Motoki <<a href="mailto:amotoki@gmail.com" target="_blank">amotoki@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">devstack creates /etc/openstack/clouds.yaml (os-client-config<br>
configuraiton files) which specifies to use keystone v3.<br>
neutronclient supports os-client-config and keystoneauth which handles<br>
the difference of keystone API.<br>
Note that clouds.yaml is very convenient way to use OpenStack CLI [1].<br>
<br>
As Michal commented, you can also use OS_PROJECT_DOMAIN_xx and OS_USER_DOMAIN_xx<br>
for keystone v3 API.<br>
<br>
[1] <a href="http://docs.openstack.org/developer/python-neutronclient/usage/cli.html#using-with-os-client-config" rel="noreferrer" target="_blank">http://docs.openstack.org/developer/python-neutronclient/usage/cli.html#using-with-os-client-config</a><br>
<br>
Akihiro<br>
<br>
2016-01-14 18:13 GMT+09:00 Michal Rostecki <<a href="mailto:mrostecki@mirantis.com" target="_blank">mrostecki@mirantis.com</a>>:<br>
> On 01/12/2016 02:10 PM, Smigiel, Dariusz wrote:<br>
>><br>
>> Hello,<br>
>> I'm trying to gather all the info necessary to migrate to keystone v3 in<br>
>> Neutron.<br>
>> When I've started to looking through possible problems with clients, it<br>
>> occurred that 'neutron' and 'nova' clients do not want to operate with<br>
>> Keystone v3.<br>
>> For keystone client, it's explicit written, that this version is<br>
>> deprecated and not supported, so it's not working with Keystone API v3. But<br>
>> for nova and neutron, there is nothing.<br>
>> I didn't see any place where I can find info, that "old" clients shouldn't<br>
>> be used with Keystone API v3.<br>
>><br>
>> Am I doing something wrong?<br>
>><br>
>> <a href="http://paste.openstack.org/show/483568/" rel="noreferrer" target="_blank">http://paste.openstack.org/show/483568/</a><br>
>><br>
><br>
> Hi,<br>
><br>
> Looks like you're missing OS_PROJECT_DOMAIN_ID and OS_USER_DOMAIN_ID env<br>
> variables, needed for Keystone v3.<br>
><br>
> Unfortunately, I don't see them in devstack's openrc[1]. Maybe it's a good<br>
> moment to add them here.<br>
><br>
> [1] <a href="https://github.com/openstack-dev/devstack/blob/master/openrc" rel="noreferrer" target="_blank">https://github.com/openstack-dev/devstack/blob/master/openrc</a><br>
><br>
> Cheers,<br>
> Michal<br>
><br>
><br>
> __________________________________________________________________________<br>
> OpenStack Development Mailing List (not for usage questions)<br>
> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div></div>