Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all Neutron agents are shown in horizon #3

Open
AJNOURI opened this issue Sep 22, 2016 · 1 comment
Open

Not all Neutron agents are shown in horizon #3

AJNOURI opened this issue Sep 22, 2016 · 1 comment

Comments

@AJNOURI
Copy link
Owner

AJNOURI commented Sep 22, 2016

From the network node, all needed agents are running:

root@network:/# for agent in neutron-plugin-openvswitch-agent neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent; do \
> service $agent status; done;
neutron-plugin-openvswitch-agent start/running, process 2101
neutron-l3-agent start/running, process 2145
neutron-dhcp-agent start/running, process 2170
neutron-metadata-agent start/running, process 2189

But Horizon doesn't show all agents as expected (from tutorial):
selection_429

@AJNOURI
Copy link
Owner Author

AJNOURI commented Sep 26, 2016

Could be related to #2

@AJNOURI AJNOURI changed the title Not all agents are shown in horizon Not all Neutron agents are shown in horizon Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant