nfv/devstack/settings

19 lines
290 B
Bash

#!/bin/bash
# Devstack settings
# Defaults
# --------
STX_NFV_NAME=stx-nfv
######### Plugin Specific ##########
enable_service $STX_NFV_NAME
if is_service_enabled stx-nfv; then
# Enable prerequisites here
:
fi
# Initial source of lib script
source $DEST/stx-nfv/devstack/lib/stx-nfv