Remove unused import from lib/aai 51/7751/1
authorVictor Morales <victor.morales@intel.com>
Wed, 16 Aug 2017 16:06:37 +0000 (11:06 -0500)
committerVictor Morales <victor.morales@intel.com>
Wed, 16 Aug 2017 16:06:37 +0000 (11:06 -0500)
The asserts module is not required for the A&AI script. This change
removes that dependency

Change-Id: I7469fa89e7ab8c65210a508526bdbe655f013761
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-48

bootstrap/vagrant-onap/lib/aai

index df903fd..4d82855 100755 (executable)
@@ -3,7 +3,6 @@
 set -o xtrace
 
 source /var/onap/functions
-source /var/onap/asserts
 
 hbase_version=1.2.3
 src_folder=$git_src_folder/aai