Merge "Set bgp_router_id to a fixed ip"

This commit is contained in:
Zuul 2018-08-21 13:23:42 +00:00 committed by Gerrit Code Review
commit a025a23601

View File

@ -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'
}
}
}