Comment 17 for bug 1831935

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-openvswitch (master)

Reviewed: https://review.opendev.org/664001
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=a1639fe51f48b9a6cdb5185c5bffc4480f4e264b
Submitter: Zuul
Branch: master

commit a1639fe51f48b9a6cdb5185c5bffc4480f4e264b
Author: David Ames <email address hidden>
Date: Fri Jun 7 09:58:11 2019 -0700

    Enable isolated provider network metadata access

    When an isolated provider network with no virtual routers metadata
    access occurs in the qdhcp netns.

    Without the force_metadata option in dhcp_agent.ini and the haproxy
    package installed ns-metadata-proxy is not enabled. ns-metdata-proxy
    sits in the ip netns and proxies requests from 169.254.169.254 to the
    nova-api-metadata service outside the netns.

    This change adds the force_metadata option and installs haproxy when
    enable-local-dhcp-and-metadata is True.

    Closes-Bug: #1831935

    Change-Id: Iaad1501e8d7d58888ef0917b6700d22a7cf05ecf