diff options
Diffstat (limited to 'heat/ONAP/cloud-config/aai_install.sh')
-rw-r--r-- | heat/ONAP/cloud-config/aai_install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/heat/ONAP/cloud-config/aai_install.sh b/heat/ONAP/cloud-config/aai_install.sh index feaf7f3c..774b45a8 100644 --- a/heat/ONAP/cloud-config/aai_install.sh +++ b/heat/ONAP/cloud-config/aai_install.sh @@ -13,11 +13,6 @@ then export https_proxy=$HTTPS_PROXY fi - -# Download scripts from Nexus -update-rc.d aai_serv.sh defaults - - # Run docker containers cd /opt git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO |