Changed asdc script back to sdc

The I2eb9ff087d3cfd61c0c1347d085dd02da64c2d89 change allows to revert
this change

Change-Id: Iafb1d2455f7f1b06b218b4bc1509177823d89dc2
Issue-Id: INT-101
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Signed-off-by: Victor Morales <victor.morales@intel.com>
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile
index e39ccbd..5eb22d7 100644
--- a/bootstrap/vagrant-onap/Vagrantfile
+++ b/bootstrap/vagrant-onap/Vagrantfile
@@ -160,7 +160,7 @@
       end
       all_in_one.vm.provision 'shell' do |s|
         s.path = 'vagrant_utils/postinstall.sh'
-        s.args = ['mr', 'asdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc']
+        s.args = ['mr', 'sdc', 'aai', 'mso', 'robot', 'vid', 'sdnc', 'portal', 'dcae', 'policy', 'appc', 'vfc']
         s.env = conf
       end
     end
@@ -217,7 +217,7 @@
       end
       sdc.vm.provision 'shell' do |s|
         s.path = 'vagrant_utils/postinstall.sh'
-        s.args = ['asdc']
+        s.args = ['sdc']
         s.env = conf
       end
     end