Add neutron base profile to OVN metadata agent

This patch is including neutron base profile in OVN metadata agent
file. This will ensure that neutron configuration is also applied
for this service.

Change-Id: If3dffde5e0db8f7607a9708d36d54d1600fe5da8
This commit is contained in:
Daniel Alvarez 2017-12-12 18:55:24 +01:00
parent 24f73597b6
commit a97cc29b14
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class tripleo::profile::base::neutron::ovn_metadata (
$step = Integer(hiera('step')),
) {
if $step >= 4 {
include ::tripleo::profile::base::neutron
class { '::neutron::agents::ovn_metadata':
ovn_sb_connection => "tcp:${ovn_db_host}:${ovn_sb_port}",
}