Remove dependence bgp policy file

The bgp policy file was removed in [0].

[0] I4f99739ca8b979ddf69c52c3f1b36e320326db8d

Change-Id: I7f91fb293d9c575667c39dc311a65658422c2769
This commit is contained in:
Omer Anson 2018-12-30 14:11:02 +02:00
parent b1e6055c7d
commit 266b13549b
1 changed files with 0 additions and 2 deletions

View File

@ -205,8 +205,6 @@ function configure_trunk {
function configure_bgp {
setup_develop $DEST/neutron-dynamic-routing
sudo install -d -o $STACK_USER $NEUTRON_CONF_DIR/policy.d
cp -v $DEST/neutron-dynamic-routing/etc/neutron/policy.d/dynamic_routing.conf $NEUTRON_CONF_DIR/policy.d
_neutron_service_plugin_class_add df-bgp
# Since we are using a plugin outside neutron-dynamic-routing, we need to
# specify api_extensions_path explicitly.