Bug 1042480 - [RFE][neutron]: Change router_id setting in dhcp and l3 agent config
Summary: [RFE][neutron]: Change router_id setting in dhcp and l3 agent config
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/neut...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 22:24 UTC by RHOS Integration
Modified: 2015-12-17 05:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:28:54 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 22:24:33 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/change-router-id-setting-in-dhcp-and-l3-config.

Description:

In dhcp_agent.ini and l3_agent.ini configuration file, change namespace and router_id setting.

In Current method :

    -  When the use_namespace's value is false,  it is used such as a static value of router_id. 

        Use_namespace = False
        Route_id = qrouter-xxxxxxx

In New method :

    -  When the use_namespace's value is false,  it is used as a default router instead of static value.

        Use_namesapce = False
        #Route_id =
    
    - when I want to use a specific router instead of default, the traditional method is used. 

        Use_namesapce = False
        Route_id = qrouter-xxxxxxxxxxx


ex) default router attribute
Now in quantum, there is not a default router attribute.
When I create a router, It is created by adding a default attribute to the specific router.
When I create multiple routers, One of them is selected as a default router.
It would work such as a security group

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.