Browse code

back out service selection

Anthony Young authored on 2011/09/14 03:07:11
Showing 1 changed files
... ...
@@ -251,10 +251,7 @@ rm -f $GLANCE_DIR/glance.sqlite
251 251
 # so send the start command by forcing text into the window.
252 252
 function screen_it {
253 253
     screen -S nova -X screen -t $1
254
-    # only run the services specified in $ENABLED_SERVICES
255
-    if [[ $ENABLED_SERVICES == *$2* ]]; then
256
-        screen -S nova -p $1 -X stuff "$2$NL"
257
-    fi
254
+    screen -S nova -p $1 -X stuff "$2$NL"
258 255
 }
259 256
 
260 257
 screen_it g-api "cd $GLANCE_DIR; bin/glance-api --config-file=etc/glance-api.conf"