Merge "Replace nova_metadata_ip by nova_metadata_host"

This commit is contained in:
Zuul 2020-06-30 11:23:44 +00:00 committed by Gerrit Code Review
commit be69f207b1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class packstack::neutron::ovn_metadata ()
class { '::neutron::agents::ovn_metadata':
ovn_sb_connection => $ovn_southd,
shared_secret => hiera('CONFIG_NEUTRON_METADATA_PW'),
metadata_ip => force_ip(hiera('CONFIG_KEYSTONE_HOST_URL')),
metadata_host => force_ip(hiera('CONFIG_KEYSTONE_HOST_URL')),
debug => hiera('CONFIG_DEBUG_MODE'),
metadata_workers => hiera('CONFIG_SERVICE_WORKERS'),
}