diff --git a/manifests/neutron.pp b/manifests/neutron.pp index f6cebd8c7..4a6feb8d1 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -246,6 +246,8 @@ class openstack_integration::neutron ( } } if $bgp_dragent_enabled { - include ::neutron::agents::bgp_dragent + class {'::neutron::agents::bgp_dragent': + bgp_router_id => '127.0.0.1' + } } }