Switch back to vsh, now provided by lxc tools
authorSapan Bhatia <gwsapan@gmail.com>
Wed, 5 Sep 2012 13:27:37 +0000 (09:27 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Wed, 5 Sep 2012 13:27:37 +0000 (09:27 -0400)
sliver_lxc.py

index b398448..212b7e6 100644 (file)
@@ -18,7 +18,7 @@ from sliver_libvirt import Sliver_Libvirt
 class Sliver_LXC(Sliver_Libvirt, Initscript):
     """This class wraps LXC commands"""
 
-    SHELL = '/bin/sshsh'
+    SHELL = '/bin/vsh'
     TYPE = 'sliver.LXC'
     # Need to add a tag at myplc to actually use this account
     # type = 'sliver.LXC'