[CORD-2017]
Change mock and single scenario head node VM's from headnode to head1,
making more uniform with physical scenarios and muscle memory

Change-Id: Ia9fa0992235772fe881bd07d08ad6947be047ffe
diff --git a/scenarios/mock/Vagrantfile b/scenarios/mock/Vagrantfile
index 774c81e..f688ee9 100644
--- a/scenarios/mock/Vagrantfile
+++ b/scenarios/mock/Vagrantfile
@@ -16,8 +16,8 @@
   config.vm.synced_folder "../../platform-install/credentials/", "/opt/credentials/", create: true
 
   # set the headnode VM
-  config.vm.define "headnode" do |d|
-    d.vm.hostname = "headnode"
+  config.vm.define "head1" do |d|
+    d.vm.hostname = "head1"
     d.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: '*'
     d.vm.network "private_network",
       ip: settings['head_vm_ip']