basic install guide: api-paste.ini needs modified auth_host in three places

Bug #1091883 reported by Joshua Dotson
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Low
Jack Peter Fletcher

Bug Description

#Here:

http://docs.openstack.org/folsom/basic-install/content/basic-install_network.html

#and here:

http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html

#This:

Edit /etc/quantum/api-paste.ini file and modify :

admin_tenant_name = service
admin_user = quantum
admin_password = password

#Should be:

Edit /etc/quantum/api-paste.ini file and modify :

admin_host = 192.168.0.1
admin_tenant_name = service
admin_user = quantum
admin_password = password

#Also:

#Here:

http://docs.openstack.org/folsom/basic-install/content/basic-install_compute.html

Edit /etc/nova/api-paste.ini file and modify :

admin_tenant_name = service
admin_user = nova
admin_password = password

#Should be:

Edit /etc/nova/api-paste.ini file and modify :

admin_host = 192.168.0.1
admin_tenant_name = service
admin_user = nova
admin_password = password

Thanks,
Joshua

Tom Fifield (fifieldt)
summary: - install guide: api-paste.ini needs modified auth_host in three places
+ basic install guide: api-paste.ini needs modified auth_host in three
+ places
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Low
Changed in openstack-manuals:
assignee: nobody → Jack Peter Fletcher (jafletch)
Revision history for this message
Jack Peter Fletcher (jafletch) wrote :

Network Node instruction has already been updated, this just leaves the Compute Node fix.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/20293

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/20293
Committed: http://github.com/openstack/openstack-manuals/commit/d0e044f2bd4901666b6b3ccdb8c2268106cc1697
Submitter: Jenkins
Branch: master

commit d0e044f2bd4901666b6b3ccdb8c2268106cc1697
Author: Jack Peter Fletcher <email address hidden>
Date: Tue Jan 22 19:26:13 2013 -0800

    Added auth_host to api-paste.ini in basic install guide
    Fixes: bug #1091883

    Change-Id: I0ee12ef3b8ff68456cef20ef7a5133e6b68021b9

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.