Remove useless comments 75/7375/1
authorMarco Platania <platania@research.att.com>
Fri, 11 Aug 2017 18:36:42 +0000 (14:36 -0400)
committerMarco Platania <platania@research.att.com>
Fri, 11 Aug 2017 18:36:42 +0000 (14:36 -0400)
Change-Id: I787ea63999ab302c064f4288ea68bd0de5139d37
Signed-off-by: Marco Platania <platania@research.att.com>
vnfs/vCPE/scripts/v_aaa_install.sh
vnfs/vCPE/scripts/v_bng_install.sh
vnfs/vCPE/scripts/v_brgemu_install.sh
vnfs/vCPE/scripts/v_dns_install.sh
vnfs/vCPE/scripts/v_gmux_install.sh
vnfs/vCPE/scripts/v_gw_install.sh
vnfs/vCPE/scripts/v_web_install.sh

index 0ce24d8..a4a34ac 100644 (file)
@@ -74,5 +74,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_aaa_init.sh
\ No newline at end of file
index 516a730..dad8b2f 100644 (file)
@@ -94,5 +94,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_bng_init.sh
\ No newline at end of file
index 367009a..10976da 100644 (file)
@@ -64,5 +64,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_brgemu_init.sh
\ No newline at end of file
index c07b700..02ab69b 100644 (file)
@@ -74,5 +74,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_dns_init.sh
\ No newline at end of file
index b301016..b43cf7b 100644 (file)
@@ -84,5 +84,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_gmux_init.sh
\ No newline at end of file
index 856d0ec..cafb204 100644 (file)
@@ -74,5 +74,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_gw_init.sh
\ No newline at end of file
index 3e47ed2..94d3ebd 100644 (file)
@@ -74,5 +74,4 @@ then
        reboot
 fi
 
-# Run docker containers. For openstack Ubuntu 16.04 images this will run as a service after the VM has restarted
 ./v_web_init.sh
\ No newline at end of file