back out service selection
This commit is contained in:
parent
17969713a5
commit
2135cf87c2
1 changed files with 1 additions and 4 deletions
5
stack.sh
5
stack.sh
|
@ -251,10 +251,7 @@ rm -f $GLANCE_DIR/glance.sqlite
|
|||
# so send the start command by forcing text into the window.
|
||||
function screen_it {
|
||||
screen -S nova -X screen -t $1
|
||||
# only run the services specified in $ENABLED_SERVICES
|
||||
if [[ $ENABLED_SERVICES == *$2* ]]; then
|
||||
screen -S nova -p $1 -X stuff "$2$NL"
|
||||
fi
|
||||
screen -S nova -p $1 -X stuff "$2$NL"
|
||||
}
|
||||
|
||||
screen_it g-api "cd $GLANCE_DIR; bin/glance-api --config-file=etc/glance-api.conf"
|
||||
|
|
Loading…
Reference in a new issue