if this is not an install from source, say you installed it by using apt-get install, then you just need to start the service like this (on ubuntu, other platform, the miles will vary)
service neutron-dhcp-agent start service neutron-metadata-agent start you will need to make sure that neutron.conf, dhcp_agent.ini and metadata_agent.ini files are in /etc/neutron directory with right configuration values. Tong Li IBM Open Technology From: Turbo Fredriksson <tu...@bayour.com> To: OpenStack Mailing List <openstack@lists.openstack.org> Date: 07/06/2016 08:14 AM Subject: Re: [Openstack] Can't get data from the neutron metadata proxy On Jul 1, 2016, at 2:56 PM, Brian Haley wrote: > You also need to have the neutron-metadata-agent running anywhere you run the proxy (well, anywhere the l3-agent is running since it starts them typically). Each namespace proxy communicates with it over a Unix Domain Socket, and it communicates with the Nova metadata server. Ahh, that's probably it! bladeA03:~# ll /usr/bin/neutron*metadata* -rwxr-xr-x 1 root root 178 Jun 21 09:54 /usr/bin/neutron-metadata-agent* -rwxr-xr-x 1 root root 184 Jun 21 09:54 /usr/bin/neutron-ns-metadata-proxy* Had no idea there where TWO processes I needed! So how do I get the agent started? Do I possibly miss a config file? -- If something's hard to do, then it's not worth doing. - Homer Simpson _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack