[Openstack] [openstack] [pike]
Erik McCormick
emccormick at cirrusseven.com
Tue Feb 20 15:58:53 UTC 2018
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 <gurud78 at gmail.com> 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 at 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 <bestofnithish at gmail.com> 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 <gurud78 at gmail.com> 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 : openstack at lists.openstack.org
>>> Unsubscribe :
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>
>>
>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
More information about the Openstack
mailing list