<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Why are you auth on the admin port? Try the default 5000? <br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Feb 20, 2018, at 7:58 AM, Erik McCormick <<a href="mailto:emccormick@cirrusseven.com" class="">emccormick@cirrusseven.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Did you run all the keystone-manage bootstrap commands? This looks<br class="">like you're trying to create the domain you're supposed to be<br class="">authenticating against.<br class=""><br class="">On Tue, Feb 20, 2018 at 10:34 AM, Guru Desai <<a href="mailto:gurud78@gmail.com" class="">gurud78@gmail.com</a>> wrote:<br class=""><blockquote type="cite" class="">Hi Nithish,<br class=""><br class="">That part is verified. Below is the snippet of the rc file<br class=""><br class="">export OS_USERNAME=admin<br class=""> export OS_PASSWORD=ADMIN_PASS<br class="">  export OS_PROJECT_NAME=admin<br class="">  export OS_USER_DOMAIN_NAME=Default<br class="">  export OS_PROJECT_DOMAIN_NAME=Default<br class="">  export OS_AUTH_URL=<a href="http://controller:35357/v3" class="">http://controller:35357/v3</a><br class="">  export OS_IDENTITY_API_VERSION=3<br class=""><br class=""><br class="">[root@controller~]# openstack domain create --description "Default Domain"<br class="">default<br class="">Failed to discover available identity versions when contacting<br class=""><a href="http://controller:35357/v3/" class="">http://controller:35357/v3/</a>. Attempting to parse version from URL.<br class="">Bad Request (HTTP 400)<br class=""><br class=""><br class="">On Tue, Feb 20, 2018 at 7:36 PM, nithish B <<a href="mailto:bestofnithish@gmail.com" class="">bestofnithish@gmail.com</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="">Hi Guru,<br class="">This looks more like a problem of finding the credentials. Please check if<br class="">you sourced the credentials, and you did it right. A sample source<br class="">parameters might look like the following:<br class=""><br class="">export OS_USERNAME=admin<br class="">export OS_PASSWORD=<ADMIN-PASS-HERE><br class="">export OS_TENANT_NAME=admin<br class="">export OS_AUTH_URL=<a href="https://nagaraj_controller:5000/v3" class="">https://nagaraj_controller:5000/v3</a><br class=""><br class="">Thanks.<br class=""><br class=""><br class="">Regards,<br class="">Nitish B.<br class=""><br class="">On Tue, Feb 20, 2018 at 5:26 AM, Guru Desai <<a href="mailto:gurud78@gmail.com" class="">gurud78@gmail.com</a>> wrote:<br class=""><blockquote type="cite" class=""><br class="">Hi<br class=""><br class="">I am trying to install openstack pike and following the instruction<br class="">mentioned in<br class=""><a href="https://docs.openstack.org/keystone/pike/install/keystone-install-rdo.html" class="">https://docs.openstack.org/keystone/pike/install/keystone-install-rdo.html</a><br class="">for installing keystone. I am done with the environment setup. But after<br class="">installing keystone, tried to create a project as mentioned in the guide. It<br class="">shows below error. Not seeing any errors in the logs as such. Appreciate any<br class="">inputs :<br class=""><br class=""> openstack project create --domain default --description "Service<br class="">Project" service<br class=""><br class="">Failed to discover available identity versions when contacting<br class="">http://nagraj_controller:35357/v3/. Attempting to parse version from URL.<br class="">Bad Request (HTTP 400)<br class=""><br class="">Guru<br class=""><br class=""><br class="">_______________________________________________<br class="">Mailing list:<br class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack<br class="">Post to     : openstack@lists.openstack.org<br class="">Unsubscribe :<br class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack<br class=""><br class=""></blockquote><br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">Post to     : <a href="mailto:openstack@lists.openstack.org" class="">openstack@lists.openstack.org</a><br class="">Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">Post to     : <a href="mailto:openstack@lists.openstack.org" class="">openstack@lists.openstack.org</a><br class="">Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class=""></div></div></blockquote></div><br class=""></body></html>