Hello,
I want to have openstack with two controller nodes (with nova services). On
compute node there are neutron agents. There is also neutron metadata agent on
each host. I know that it is only some kind of proxy for metadata service in
nova and on my infra that nova's service is running on b
Hello,
Yes I set up that as is describet in documentation. But I found issue,
that I didn't enable this settings:
In /etc/neutron/dhcp_agent.ini:
enable_isolated_metadata = True
enable_metadata_network = True
I realy don't understand option enable_isolated_metadata, in comment
section is de
Hi,
Do you have these settings in nova.conf:
service_neutron_metadata_proxy=True
neutron_metadata_proxy_shared_secret=
Thanks,
Yuanle
On Fri, Jan 10, 2014 at 8:24 PM, Mārtiņš Jakubovičs wrote:
> Hello,
>
> How can I debug neutron metadata agent? Problem is, that this service is
> not working
Hello,
How can I debug neutron metadata agent? Problem is, that this service is
not working for me, I see that request to IP 169.254.169.254 is coming
from my instance to network node (with tcpdump I can see that), but in
metadata logs nothing happens. I did exactly like is described in
docum