bilelmsekni / OpenStack-Grizzly-Install-Guide

A full install guide for OpenStack Grizzly
352 stars 218 forks source link

L3 agent id missing #152

Closed eouti closed 10 years ago

eouti commented 10 years ago

Hello, I successfully followed your guide to setup openstack havana. But when I try to deploy my first VM i get some problems. I can create user, add role, network, subnet... it's all ok But when I have to add the router to the running L3 agent, i don't find any L3 agent. Here's the output of "neutron agent-list" command : : +--------------------------------------+--------------------+-------------+-------+----------------+ | id | agent_type | host | alive | admin_state_up | +--------------------------------------+--------------------+-------------+-------+----------------+ | 9ca34111-5dcd-43a6-8e0b-56513e060b05 | DHCP agent | WKS-LNX-014 | :-) | True | | a4706ff4-d21e-43cf-89ce-c045c5ad0001 | Open vSwitch agent | WKS-LNX-015 | :-) | True | +--------------------------------------+--------------------+-------------+-------+----------------+

So then, i don't have any id to use in this command :

neutron l3-agent-router-add $l3_agent_ID router_proj_one

Thanks for help