Change router_id setting in dhcp and l3 agent config

Registered by inhye.park

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

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
inhye.park
Definition:
Obsolete
Series goal:
None
Implementation:
Started
Milestone target:
None
Started by
inhye.park
Completed by
Armando Migliaccio

Related branches

Sprints

Whiteboard

router_id is being deprecatd in M.

gongysh 06/03/13: what is your objective of doing this? to remove router_id configuration when user_namespaces = False? but even with the 'default' attribute in router model, the router_id still needs be configured in multiple routers env.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.