According to your bootstrap and auth file, you're using http://controller:35357/v3, but the error you posted said http://nagraj_controller:35357/v3/.
Run this: openstack --debug endpoint list Paste the output in here. -Erik On Tue, Feb 20, 2018 at 11:22 AM, Guru Desai <[email protected]> wrote: > yes, did the bootstrap commands and everything went fine i.e no errors. > admin port 35357 as mentioned in the pike install guide for keystone.. > > keystone-manage bootstrap --bootstrap-password ADMIN_PASS \ > > --bootstrap-admin-url http://controller:35357/v3 \ > > --bootstrap-internal-url http://controller:5000/v3 \ > > --bootstrap-public-url http://controller:5000/v3 \ > > --bootstrap-region-id RegionOne > > > > On Tue, Feb 20, 2018 at 9:43 PM, Remo Mattei <[email protected]> wrote: >> >> Why are you auth on the admin port? Try the default 5000? >> >> >> On Feb 20, 2018, at 7:58 AM, Erik McCormick <[email protected]> >> wrote: >> >> Did you run all the keystone-manage bootstrap commands? This looks >> like you're trying to create the domain you're supposed to be >> authenticating against. >> >> On Tue, Feb 20, 2018 at 10:34 AM, Guru Desai <[email protected]> wrote: >> >> Hi Nithish, >> >> That part is verified. Below is the snippet of the rc file >> >> export OS_USERNAME=admin >> export OS_PASSWORD=ADMIN_PASS >> export OS_PROJECT_NAME=admin >> export OS_USER_DOMAIN_NAME=Default >> export OS_PROJECT_DOMAIN_NAME=Default >> export OS_AUTH_URL=http://controller:35357/v3 >> export OS_IDENTITY_API_VERSION=3 >> >> >> [root@controller~]# openstack domain create --description "Default Domain" >> default >> Failed to discover available identity versions when contacting >> http://controller:35357/v3/. Attempting to parse version from URL. >> Bad Request (HTTP 400) >> >> >> On Tue, Feb 20, 2018 at 7:36 PM, nithish B <[email protected]> >> wrote: >> >> >> Hi Guru, >> This looks more like a problem of finding the credentials. Please check if >> you sourced the credentials, and you did it right. A sample source >> parameters might look like the following: >> >> export OS_USERNAME=admin >> export OS_PASSWORD=<ADMIN-PASS-HERE> >> export OS_TENANT_NAME=admin >> export OS_AUTH_URL=https://nagaraj_controller:5000/v3 >> >> Thanks. >> >> >> Regards, >> Nitish B. >> >> On Tue, Feb 20, 2018 at 5:26 AM, Guru Desai <[email protected]> wrote: >> >> >> Hi >> >> I am trying to install openstack pike and following the instruction >> mentioned in >> https://docs.openstack.org/keystone/pike/install/keystone-install-rdo.html >> for installing keystone. I am done with the environment setup. But after >> installing keystone, tried to create a project as mentioned in the guide. >> It >> shows below error. Not seeing any errors in the logs as such. Appreciate >> any >> inputs : >> >> openstack project create --domain default --description "Service >> Project" service >> >> Failed to discover available identity versions when contacting >> http://nagraj_controller:35357/v3/. Attempting to parse version from URL. >> Bad Request (HTTP 400) >> >> Guru >> >> >> _______________________________________________ >> Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : [email protected] >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> >> >> >> _______________________________________________ >> Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : [email protected] >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> >> _______________________________________________ >> Mailing list: >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> Post to : [email protected] >> Unsubscribe : >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >> >> > _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
