typo
This commit is contained in:
parent
ae7f264970
commit
0c3b60ce00
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -788,7 +788,7 @@ fi
|
||||||
# Quantum
|
# Quantum
|
||||||
if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
|
if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
|
||||||
# Install deps
|
# Install deps
|
||||||
# FIXME add to file/apts/quantum, but don't install if not needed!
|
# FIXME add to files/apts/quantum, but don't install if not needed!
|
||||||
apt_get install openvswitch-switch openvswitch-datapath-dkms
|
apt_get install openvswitch-switch openvswitch-datapath-dkms
|
||||||
|
|
||||||
# Create database for the plugin/agent
|
# Create database for the plugin/agent
|
||||||
|
|
Loading…
Reference in a new issue