From 4f52c498126d28f6d660a73f578d05c1d6d343df Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Fri, 22 Sep 2017 09:27:35 +0800 Subject: Update vfc-gvnfmadapter run.sh and stop.sh Listen to all native addresses when you start the Django service, so that you can accept rest requests for all local addresses. And remove docker invalid address substitution. Change-Id: Ia34a5b821b66886a4bbbc446cb3040c199299fc2 Issue-ID: VFC-414 Signed-off-by: ying.yunlong --- gvnfmadapter/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gvnfmadapter/stop.sh') diff --git a/gvnfmadapter/stop.sh b/gvnfmadapter/stop.sh index 26efe30..cf34a42 100755 --- a/gvnfmadapter/stop.sh +++ b/gvnfmadapter/stop.sh @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ps auxww | grep 'manage.py runserver 127.0.0.1:8484' | awk '{print $2}' | xargs kill -9 +ps auxww | grep 'manage.py runserver 0.0.0.0:8484' | awk '{print $2}' | xargs kill -9 -- cgit 1.2.3-korg