d262cbed49
This reverts commit ce5e82e319
.
MicroStack cannot currently install due to a missing ovs-related
library. This is possibly due to recent changes in spacraft, or
possibly due to the workarounds for those changes. Regardless, it
appears that backing out the DPDK changes gets us back to a state
where we can install.
Partial-Bug: 1862911
Change-Id: I060c1a0095470639f9158cb9e9ebe8281a65a678
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
snap-openstack setup # Write out templates
|
|
|
|
source $SNAP_COMMON/etc/microstack.rc
|