[CORD-2094]
Remove dependency of copy_cord target on Vagrant init

Change-Id: Ib780c83d24d098734f4cee9125fc7f1c71f27ce5
diff --git a/scenarios/opencloud/config.yml b/scenarios/opencloud/config.yml
index c3812a9..13909fa 100644
--- a/scenarios/opencloud/config.yml
+++ b/scenarios/opencloud/config.yml
@@ -1,4 +1,4 @@
-
+---
 # Copyright 2017-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
----
 # opencloud Scenario
 # For a virtual install, physical does not use VMs
 
@@ -32,19 +30,17 @@
 
 # Make build config
 build_targets:
- - onos-debug
- - onboard-openstack
+  - onos-debug
+  - onboard-openstack
 
 vagrant_up_prereqs:
   - prereqs-check
 
 # Copy cord and config to physical/virtual nodes
 cord_config_prereqs:
+  - vagrant-ssh-install
   - copy-cord
 
-copy_config_prereqs:
-  - cord-config
-
 prep_buildnode_prereqs:
   - copy-cord
   - copy-config