Update git submodules
authorTim Rozet <trozet@redhat.com>
Tue, 31 Jul 2018 20:14:25 +0000 (16:14 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 31 Jul 2018 21:50:42 +0000 (21:50 +0000)
commitde4ac68f0a1edbc604a2a04e3d2d68b6083e18ad
tree8f57007e53ad3da945f0ed495dd46ddc281f02b4
parent70b555eb50d699323e468bf11a3ebffe8bd16612
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Use metadata IP instead of FQDN

    There is an issue with loss of external network connectivity that
    prevents cloud init to instances working. This becomes a big problem
    with snapshots where there is no external network connectivity. Cloud
    init fails because each request takes over 30 seconds to get a response.
    This is because in the background neutron metadata agent is proxying the
    request to nova metadata agent with an HTTP GET using the FQDN. For
    whatever reason, a DNS lookup happens even though the entry exists for
    the FQDN in /etc/hosts and waits 30 seconds until timing out. After this
    timeout, a 200 OK is sent and metadata works.

    This patch modifies the config file for metadata to use nova metadata
    server's internal IP rather than FQDN as there is no option in OOO to
    use IPs instead of FQDN.

    Change-Id: I6960181a227d0002c99aeae5112f59807dc41d7a
Signed-off-by: Tim Rozet <trozet@redhat.com>
docs/submodules/apex