Hi, the output is:
quantum l3-agent-list-hosting-router router01 +--------------------------------------+---------------+----------------+-------+ | id | host | admin_state_up | alive | +--------------------------------------+---------------+----------------+-------+ | 789a77fd-52ff-44be-afea-27d26a8cd3d3 | seoul | True | :-) | +--------------------------------------+---------------+----------------+-------+ However, shouldn't the l3-agent running on each compute host be attached to the router, or am I completely misunderstanding somethning? Thanks, /Nicolae. On 5 September 2013 11:14, Robert van Leeuwen < [email protected]> wrote: > > quantum l3-agent-router-add 789a77fd-52ff-44be-afea-27d26a8cd3d3 router01 > > Not sure what you are trying to accomplish here. > Scheduling, by default, happens automatically unless you have multiple > routers and want to set it up to run a router on a specific l3-agent. > > Usually this should be enough: > > quantum router-create router1 > quantum router-interface-add router1 ${subnetname) > > What is the output of the following?: > quantum l3-agent-list-hosting-router $(routername} > > Cheers, > Robert van Leeuwen > > > > > > > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
