From 2135cf87c2455d73bf8dbe426c9983453330a883 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Tue, 13 Sep 2011 11:07:11 -0700 Subject: [PATCH] back out service selection --- stack.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stack.sh b/stack.sh index d1eba98..50a4bcf 100755 --- a/stack.sh +++ b/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"