cf8fa0d42d
Those functions were part of the neutron devstack plugin but we discussed it during last PTG [1] and decided to move to the Devstack repo plugins which are used by e.g. CI jobs which are defined outside of the neutron repository. QoS service is used e.g. in the tempest-slow job which is defined in tempest and used by many different OpenStack projects. [1] https://etherpad.opendev.org/p/neutron-yoga-ptg#L142 Depends-On: https://review.opendev.org/c/openstack/devstack/+/815686 Depends-On: https://review.opendev.org/c/openstack/devstack/+/818355 Change-Id: I7b70d6281d551a88080c6e727e2485079ba5c061
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
function configure_l3_agent {
|
|
iniset $NEUTRON_L3_CONF agent extensions "$L3_AGENT_EXTENSIONS"
|
|
}
|