<p dir="ltr">On the page <a href="http://docs.openstack.org/trunk/install-guide/install/apt/content/nova-controller.html">http://docs.openstack.org/trunk/install-guide/install/apt/content/nova-controller.html</a></p>
<p dir="ltr">we are instructed to enter the following in api-paste.ini:</p>
<p dir="ltr">admin_tenant_name=service<br>
admin_user=nova<br>
admin_password=NOVA_DBPASS</p>
<p dir="ltr">(obviously with NOVA_DBPASS replaced by the actual password) </p>
<p dir="ltr">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.  </p>

<p dir="ltr">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. </p>