mirror of
https://github.com/optim-enterprises-bv/openstack-helm-images.git
synced 2025-12-30 10:20:55 +00:00
In neutron-openvswitch-init.sh script, auto_bridge_add json file is
parsed. As of now the json file is very simple, we parse it with command
'sed' and 'tr'[1]. While we are working on ovs-dpdk support, which makes
the auto_bridge_add json file more complicated(pci_id, n_rxq, etc.).
This patch is to include jq package to parse json.
[1]
dadf9946e0/neutron/templates/bin/_neutron-openvswitch-agent-init.sh.tpl (L40)
Change-Id: I678cdaf4a7f2072d5dd9bb8618e0beb8f3a05655