summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/stop.sh
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-22 09:27:35 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-22 09:27:35 +0800
commit4f52c498126d28f6d660a73f578d05c1d6d343df (patch)
tree58d475e1b674a330e2928ba2857565c5205c9b5a /gvnfmadapter/stop.sh
parent8f0f056871ecf43fa8f10f51f61b47b5ce17eb88 (diff)
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 <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/stop.sh')
-rwxr-xr-xgvnfmadapter/stop.sh2
1 files changed, 1 insertions, 1 deletions
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