neutron-ns-metadata-proxy port is not available
Hi,
In Juno RDO I cannot make my Vms will get a metadata from 169.254.169.254 .
I noticed that the neutron-ns-metadata-proxy is running with the following options - pls note the port - 9697 .
root 28243 1 0 13:42 ? 00:00:00 /usr/bin/python /bin/neutron-ns-metadata-proxy --pid_file=/var/lib/neutron/external/pids/4ee35a51-ab0d-4827-9bb1-5368f8f81ac3.pid --metadata_proxy_socket=/var/lib/neutron/metadata_proxy --router_id=4ee35a51-ab0d-4827-9bb1-5368f8f81ac3 --state_path=/var/lib/neutron --metadata_port=9697 --verbose --log-file=neutron-ns-metadata-proxy-4ee35a51-ab0d-4827-9bb1-5368f8f81ac3.log --log-dir=/var/log/neutron
In the other cluster I have ( Icehouse ) this service runs with --metadata_port=80
I inspected the ns status for dhcp net and neither port 9697 nor 80 do not show up there :
[root@cont neutron(keystone_admin)]# ip netns exec qdhcp-0c32acbe-ec54-4b00-98f9-d5adfccbf450 netstat -nap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.10.10.13:53 0.0.0.0:* LISTEN 27656/dnsmasq
tcp 0 0 169.254.169.254:53 0.0.0.0:* LISTEN 27656/dnsmasq
tcp6 0 0 fe80::f816:3eff:fefa:53 :::* LISTEN 27656/dnsmasq
udp 0 0 10.10.10.13:53 0.0.0.0:* 27656/dnsmasq
udp 0 0 169.254.169.254:53 0.0.0.0:* 27656/dnsmasq
udp 0 0 0.0.0.0:67 0.0.0.0:* 27656/dnsmasq
udp6 0 0 fe80::f816:3eff:fefa:53 :::* 27656/dnsmasq
This explains why VMs cannot access the metadata .
Why neutron-ns-metadata-proxy runs without port up ?
Regards ,
/Vlad
On IceHouse Cluster, please, post (as UPDATE to question )
and also