Hi Bob,

Please add following two parameters to the /etc/nova/api-paste.ini and
restart nova services

auth_port = 35357
auth_protocol = http

I faced similar issue earlier and this is the solution for it. Following is
the confirmed change in manuals.

https://bugs.launchpad.net/openstack-manuals/+bug/1240443

Best Regards,
Swapnil Kulkarni
swapnilkulkarni2...@gmail.com
+91-87960 10622(c)
http://in.linkedin.com/in/coolsvap



On Wed, Oct 16, 2013 at 10:10 PM, Bob Drzyzgula <b...@drzyzgula.org> wrote:

> On the page
> http://docs.openstack.org/trunk/install-guide/install/apt/content/nova-controller.html
>
> we are instructed to enter the following in api-paste.ini:
>
> admin_tenant_name=service
> admin_user=nova
> admin_password=NOVA_DBPASS
>
> (obviously with NOVA_DBPASS replaced by the actual password)
>
> However, after much frustration with 401 auth errors, i finally discovered
> that I could get nova to work if I used the Keystone admin credentials here
> instead of the nova credentials. The nova id and role and the service
> tenant are all created properly, and nova is able to get a token using the
> nova creds, but i can't so much as do an image-list using that id.
>
> Is this an error in the documentation or have i likely made some other
> error? I've generally been following the current trunk install guide
> exactly, using the release candidates of Ubuntu 13.10 and Havana, patched
> to the Ubuntu repository twice per day.
>
> _______________________________________________
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack@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@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to