<div dir="ltr">Hi,<div><br></div><div>In order to explore domains in OS, I tried setting up devstack with the v3 api by changing this line in stackrc from:</div><div><br></div><div><span style="font-family:Menlo;font-size:11px">IDENTITY_API_VERSION=2.0</span><br>
</div><div><br></div><div>to:</div><div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">IDENTITY_API_VERSION=3<br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo">
and running stack.sh. However, stack.sh runs into a host of errors that follow the same pattern, with an error "ERROR: cliff.app The resource could not be found. (HTTP 404)". An example goes below:</p><p style="margin:0px;font-size:11px;font-family:Menlo">
<br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo">+ export OS_URL=<a href="http://192.168.44.184:35357/v2.0">http://192.168.44.184:35357/v2.0</a></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">+ OS_URL=<a href="http://192.168.44.184:35357/v2.0">http://192.168.44.184:35357/v2.0</a></p><p style="margin:0px;font-size:11px;font-family:Menlo">+ create_keystone_accounts</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">++ openstack project create admin</p><p style="margin:0px;font-size:11px;font-family:Menlo">++ grep ' id '</p><p style="margin:0px;font-size:11px;font-family:Menlo">
++ get_field 2</p><p style="margin:0px;font-size:11px;font-family:Menlo">++ read data</p><p style="margin:0px;font-size:11px;font-family:Menlo">INFO: urllib3.connectionpool Starting new HTTP connection (1): 192.168.44.184</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">ERROR: cliff.app The resource could not be found. (HTTP 404)</p><p style="margin:0px;font-size:11px;font-family:Menlo">+ ADMIN_TENANT=</p><p style="margin:0px;font-size:11px;font-family:Menlo">
++ openstack user create admin --project '' --email <a href="mailto:admin@example.com">admin@example.com</a> --password admin</p><p style="margin:0px;font-size:11px;font-family:Menlo">










</p><p style="margin:0px;font-size:11px;font-family:Menlo">++ get_field 2</p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo"><br></p><p style="margin:0px;font-size:11px;font-family:Menlo">
Any idea why this happens? Has anyone seen this before with devstack and/or know of any workarounds? Am I missing some configuration in that I need to do more than simply set IDENTITY_API_VERSION=3 ?</p><p style="margin:0px;font-size:11px;font-family:Menlo">
<br></p><p style="margin:0px;font-size:11px;font-family:Menlo">Thanks,</p><p style="margin:0px;font-size:11px;font-family:Menlo">Regards,</p><p style="margin:0px;font-size:11px;font-family:Menlo">Vijay</p></div></div>