ed5026d6c9
At this point this only installs platform_utils Depends-On: https://review.openstack.org/613973 Change-Id: I5cfb89592b25d60adf717e97c1859af989c08d2f Signed-off-by: Dean Troyer <dtroyer@gmail.com>
16 lines
247 B
Bash
16 lines
247 B
Bash
#!/bin/bash
|
|
# Devstack settings
|
|
|
|
# Defaults
|
|
# --------
|
|
|
|
STX_INTEG_NAME=stx-integ
|
|
|
|
######### Plugin Specific ##########
|
|
enable_service $STX_INTEG_NAME
|
|
|
|
#platform_license
|
|
|
|
# Initial source of lib script
|
|
source $DEST/stx-integ/devstack/lib/stx-integ
|