made REST API compatible with dummy gatekeeper to use them in the same topology
diff --git a/src/emuvim/cli/rest/compute.py b/src/emuvim/cli/rest/compute.py
index 29e65dc..4a20ca9 100755
--- a/src/emuvim/cli/rest/compute.py
+++ b/src/emuvim/cli/rest/compute.py
@@ -121,7 +121,7 @@
'(id=input,ip=10.0.10.3/24),(id=output,ip=10.0.10.4/24)' for multiple interfaces.")
parser.add_argument(
"--endpoint", "-e", dest="endpoint",
- default="http://127.0.0.1:5000",
+ default="http://127.0.0.1:5001",
help="UUID of the plugin to be manipulated.")
def main(argv):
diff --git a/src/emuvim/cli/rest/datacenter.py b/src/emuvim/cli/rest/datacenter.py
index b43a445..7927365 100755
--- a/src/emuvim/cli/rest/datacenter.py
+++ b/src/emuvim/cli/rest/datacenter.py
@@ -63,7 +63,7 @@
help="Data center to which the command should be applied.")
parser.add_argument(
"--endpoint", "-e", dest="endpoint",
- default="http://127.0.0.1:5000",
+ default="http://127.0.0.1:5001",
help="UUID of the plugin to be manipulated.")
diff --git a/src/emuvim/cli/rest/monitor.py b/src/emuvim/cli/rest/monitor.py
index 2ed1402..5656c41 100755
--- a/src/emuvim/cli/rest/monitor.py
+++ b/src/emuvim/cli/rest/monitor.py
@@ -101,7 +101,7 @@
help="Data center where the vnf is deployed")
parser.add_argument(
"--endpoint", "-e", dest="endpoint",
- default="http://127.0.0.1:5000",
+ default="http://127.0.0.1:5001",
help="UUID of the plugin to be manipulated.")
def main(argv):
diff --git a/src/emuvim/cli/rest/network.py b/src/emuvim/cli/rest/network.py
index e7687f6..e74427b 100755
--- a/src/emuvim/cli/rest/network.py
+++ b/src/emuvim/cli/rest/network.py
@@ -100,7 +100,7 @@
help="cookie for this flow, as easy to use identifier (eg. per tenant/service)")
parser.add_argument(
"--endpoint", "-e", dest="endpoint",
- default="http://127.0.0.1:5000",
+ default="http://127.0.0.1:5001",
help="UUID of the plugin to be manipulated.")
def main(argv):