Comment 1 for bug 1793929

Revision history for this message
Nagendra Prasath (npchandran) wrote :

Could you retrieve below info and post here please...

from the config_api_1 container:
netstat -nalp |grep 8082|grep LISTEN | awk '{print $4}' <= should print IP address of the api server

with that run below command:
curl -uadmin:<keystone-passwd> http://<api-server-ip>:8082/global-vrouter-configs |python -m json.tool

in above o/p, for the url specified at href seen in the section under global-vrouter-configs, run
curl -uadmin:<keystone-passwd> <url> | python -m json.tool

Also:
from vrouter_vrouter-agent_1 docker container:
grep metadata /etc/contrail/contrail-vrouter-agent.conf

from nova_api docker container:
grep metadata /etc/nova/nova.conf