
Adding initial support for OVS DPDK. Signed-off-by: Gabor Meszaros <gabor@meszaros.pw> Change-Id: I1f87188bd8b4b928108674a35e9a9c309e9f6d17
10 lines
200 B
Bash
Executable File
10 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
# update the openvswitch binaries alternatives if needed
|
|
${SNAP}/bin/ovs-alternatives --install
|
|
|
|
snap-openstack setup # Write out templates
|
|
|
|
source $SNAP_COMMON/etc/microstack.rc
|