Enable separate pillars for OVS and SRIOV agents extensions
Currently l2 agent extensions are specified in a single pillar
and then used by ovs and sriov agents.
This is not correct since there might be different extensions for
different agents on the same compute node.
With this patch ovs agent ini file will first look for 'ovs_extension'
pillar and then fallback to 'extension'. Same for sriov agent ini.
Thus, it will allow configuring different extensions for different agents,
if needed (on the same compute).
Change-Id: I15192dfc52e05c1087f667ddac8c3a537156e276
Related-Prod: PROD-19318
3 files changed