Support TLS deployments with KernelDisableIPv6 enabled

This fixes the nova metadata service to bind to 127.0.0.1 in case
ipv6 is disabled. This is a queens only fix.

Change-Id: I11b2bc84e5a3a7db8d7ca9992accf734a692f51b
Related: rhbz#1703460
This commit is contained in:
Grzegorz Grasza 2019-07-18 14:32:46 +02:00
parent df4781e49d
commit 29ba2b3bfc
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ outputs:
- nova::api::metadata_listen:
if:
- use_tls_proxy
- 'localhost'
- "%{hiera('localhost_address')}"
- str_replace:
template:
"%{hiera('$NETWORK')}"