tweaks per jesse comments
diff --git a/tools/build_lxc.sh b/tools/build_lxc.sh
index 8525b49..c95e47a 100755
--- a/tools/build_lxc.sh
+++ b/tools/build_lxc.sh
@@ -38,7 +38,7 @@
WAIT_TILL_LAUNCH=${WAIT_TILL_LAUNCH:-1}
# Param string to pass to stack.sh. Like "EC2_DMZ_HOST=192.168.1.1 MYSQL_USER=nova"
-# By default, n-vol is disabled for lxc
+# By default, n-vol is disabled for lxc, as iscsitarget doesn't work properly in lxc
STACKSH_PARAMS=${STACKSH_PARAMS:-"ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,dash,mysql,rabbit"}
# Option to use the version of devstack on which we are currently working