diff --git a/Vagrantfile b/Vagrantfile
index 67ad8d2581ce5fa74826d502e86dd66314633eff..a7a6859816a5f4877cd5c8a9d92413d0efb2350a 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
   config.vm.define "ood" do |ood|
     ood.vm.box = "ravi89/centos7.5"
     ood.vm.box_version = "1"
-    ood.vm.hostname = "ohpc"
+    ood.vm.hostname = "ood"
     ood.vm.network "private_network", ip: "10.1.1.254", virtualbox__intnet: "compute"
     #ohpc.vm.customize ["modifyvm", :id, "--name", "ohpc"]
   end