Merge "Delete $VM_NAME and alrms with doctor user creds"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 27 Jul 2016 13:16:51 +0000 (13:16 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Wed, 27 Jul 2016 13:16:52 +0000 (13:16 +0000)
tests/consumer.py

index 6618f61..9b3230f 100644 (file)
@@ -35,7 +35,7 @@ def get_args():
 
 def main():
     args = get_args()
-    app.run(host="0.0.0.0", port=args.port)
+    app.run(host="0.0.0.0", port=args.port, debug=True)
 
 
 if __name__ == '__main__':