[CORD-1127] Rename GUI containers

Change-Id: Id51802851c2725b45ce9aca6bc607438e615a8ef
diff --git a/Vagrantfile b/Vagrantfile
index 3d4cc21..099337d 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -35,15 +35,15 @@
     sudo a2enmod proxy_wstunnel
 
     # Copy apache conf
-    sudo cp /home/vagrant/cord/build/platform-install/roles/head-prologue/files/cord-http.conf /etc/apache2/conf-enabled/cord-http.conf
+    sudo cp /home/vagrant/cord/build/platform-install/roles/apache-proxy/files/cord-http.conf /etc/apache2/conf-enabled/cord-http.conf
 
     # Reload Apache
     sudo service apache2 reload
 
     # Add hosts
     echo "127.0.0.1 xos" | sudo tee --append /etc/hosts > /dev/null
-    echo "127.0.0.1 xos-spa-gui" | sudo tee --append /etc/hosts > /dev/null
-    echo "127.0.0.1 xos-rest-gw" | sudo tee --append /etc/hosts > /dev/null
+    echo "127.0.0.1 xos-gui" | sudo tee --append /etc/hosts > /dev/null
+    echo "127.0.0.1 xos-ws" | sudo tee --append /etc/hosts > /dev/null
     echo "127.0.0.1 xos-chameleon" | sudo tee --append /etc/hosts > /dev/null
     echo "127.0.0.1 xos-core" | sudo tee --append /etc/hosts > /dev/null
   SHELL