Add uwsgi support for ztevnfmdriver
[vfc/nfvo/driver/vnfm/svnfm.git] / zte / vmanager / stop.sh
index 8848e16..6f0b784 100755 (executable)
@@ -12,4 +12,7 @@
 # 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 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9
+
+# ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9
+
+ps auxww |grep 'uwsgi --http :8410 --module driver.wsgi --master' |awk '{print $2}' |xargs kill -9