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 described: "The metadata service will only be activated when the subnet gateway_ip is None."

When create network with disabled gateway, isn't possible to attach it to router, but when create subnet with empty gateway, systeam creats it for you, but metadata works anyway.

On 2014.01.13. 4:22, sylecn wrote:
Hi,

Do you have these settings in nova.conf:

service_neutron_metadata_proxy=True
neutron_metadata_proxy_shared_secret=<same as set in neutron's config file>

Thanks,
Yuanle


On Fri, Jan 10, 2014 at 8:24 PM, Mārtiņš Jakubovičs <mart...@hostnet.lv <mailto:mart...@hostnet.lv>> wrote:

    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 documentation.

    Only after neutron-metadata-agent restart I got this in metadata
    agent logs: http://paste.openstack.org/show/60954/

    Thanks.

    _______________________________________________
    Mailing list:
    http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
    Post to     : openstack@lists.openstack.org
    <mailto: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

Reply via email to