install guide: network node: l3_agent needs modified auth_url

Bug #1091892 reported by Joshua Dotson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Akihiro Motoki

Bug Description

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

Has:

Edit /etc/quantum/l3_agent.ini file and modify :

admin_tenant_name = service
admin_user = quantum
admin_password = password
metadata_ip = 192.168.0.1
use_namespaces=False

It needs to include:

auth_url = http://192.168.0.1:35357/v2.0

Thanks,
Joshua

Tags: quantum
Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
tags: added: quantum
Revision history for this message
Akihiro Motoki (amotoki) wrote :
Changed in openstack-manuals:
assignee: nobody → Akihiro Motoki (amotoki)
Akihiro Motoki (amotoki)
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/18619
Committed: http://github.com/openstack/openstack-manuals/commit/fac3c1e245d12bad153783c7b40bf9b2be768128
Submitter: Jenkins
Branch: master

commit fac3c1e245d12bad153783c7b40bf9b2be768128
Author: Akihiro MOTOKI <email address hidden>
Date: Tue Dec 25 00:21:31 2012 +0900

    Brush up Quantum part of basic install guide

    * Controller node
      * Add Horizon (Dashboard) URL in Dashboard Installation section
      * Correct the output of "glance image-list"
      * Remove Open vSwitch installation since OVS is not required on the
        controller node.
      * Remove dhcp_agent.ini configuration (fix bug 1091846)

    * Network node
      * Fix parameter name 'gateway_external_network_id'
        in /etc/quantum/l3_agent.ini
      * Add auth_url setting to /etc/quantum/l3_agent.ini (fix bug 1091892)
      * Add rabbit_host setting to quantum.conf on the network node.
      * Correct sql_connection in ovs_quantum_plugin.ini to point to MySQL
        on the controller node (fix bug 1091888)

    * Compute node
      * Move nova-api-metadata service to the controller node since metadata
        service is usually running on the controller node
      * Move Open vSwitch configuration into a separate section

    * Common
      * Remove unnecessary 'ip_forward = 1' from controller and compute nodes
      * Remove unnecessasry /etc/quantum/api-paste.ini configurations
        from the network and compute nodes (fix bug 1091878)

    Fix bug 1091846
    Fix bug 1091878
    Fix bug 1091888
    Fix bug 1091892

    Change-Id: Ifc0e70183b1cd28400346eb7606e993de74dcbc3

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.

Other bug subscribers

Remote bug watches

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