OpenSecurity/bin/opensecurity_server.py
changeset 30 0d5637405430
parent 16 e16d64b5e008
     1.1 --- a/OpenSecurity/bin/opensecurity_server.py	Fri Dec 06 12:24:24 2013 +0100
     1.2 +++ b/OpenSecurity/bin/opensecurity_server.py	Tue Dec 10 12:16:11 2013 +0100
     1.3 @@ -42,7 +42,7 @@
     1.4      
     1.5      # TODO: REPLACE THIS HARDCODED STUFF WITH REAL CODE TO THE OS SERVER
     1.6      apps = [ 
     1.7 -        { 'vm': '', 'name': 'Browser', 'command': '/usr/bin/iceweasel'}, 
     1.8 +        { 'vm': 'SecurityDVMBrowser', 'name': 'Browser', 'command': '/usr/bin/iceweasel'}, 
     1.9      ]
    1.10      
    1.11      return apps
    1.12 @@ -53,8 +53,7 @@
    1.13      
    1.14      # TODO: REPLACE THIS HARDCODED STUFF WITH REAL CODE TO THE OS SERVER
    1.15      vms = [ 
    1.16 -        { 'user': 'opensec', 'name': 'Debian 7', 'ip': '192.168.56.101'}, 
    1.17 -        { 'user': 'opensec', 'name': 'Anit-Virus VM', 'ip': '192.168.56.101'}
    1.18 +        { 'user': 'opensec', 'name': 'SecurityDVMBrowser', 'ip': '192.168.56.101'}, 
    1.19      ]
    1.20      
    1.21      return vms