diff options
author | Thomas Duval <thomas.duval@orange.com> | 2017-12-27 17:13:41 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2017-12-27 17:13:41 +0100 |
commit | c519f0efd9c56b42862e7dffcb7ff7ea1b54b5ca (patch) | |
tree | b4ca8649c59886f3ae02db03d92c9c4df9b3172a /moon_forming | |
parent | 1ae589007f72d648f03745983633b5453cae0592 (diff) |
Delete the automatic configuration of PDP and Policies.
Change-Id: I2965819ad9635f501ecc091b4a4c583a530f4311
Diffstat (limited to 'moon_forming')
-rw-r--r-- | moon_forming/run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moon_forming/run.sh b/moon_forming/run.sh index 6cf90f56..d731cb17 100644 --- a/moon_forming/run.sh +++ b/moon_forming/run.sh @@ -38,6 +38,6 @@ done echo "." echo "Manager (http://manager:8082) is up." -for i in /data/*.py ; do - moon_populate_values $populate_args --consul-host=consul --consul-port=8500 $i -done +#for i in /data/*.py ; do +# moon_populate_values $populate_args --consul-host=consul --consul-port=8500 $i +#done |