summaryrefslogtreecommitdiffstats
path: root/apex/settings/network_settings.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-05 15:23:15 -0400
committerTim Rozet <trozet@redhat.com>2017-09-06 08:07:20 -0400
commit0cedf1dc636d2532eb818dd88c19106199500ac7 (patch)
tree802566d9c393ec7e331a091400473e9b25c68b89 /apex/settings/network_settings.py
parent27018324387d4ef0efa908b315403a636f92de55 (diff)
Remove deploy.sh and references
Deploy is now pip/rpm installed as opnfv-deploy in /bin. Alternatively the deploy.py script can be invoked via python. The legacy deploy.sh was only being used for CI, which has now been updated to remove the need for the Apex repo containing ci/deploy.sh. Change-Id: I1fb93bd9de23a97a09bedb8ac014ef81955875f2 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'apex/settings/network_settings.py')
-rw-r--r--apex/settings/network_settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/apex/settings/network_settings.py b/apex/settings/network_settings.py
index 14870078..f6566834 100644
--- a/apex/settings/network_settings.py
+++ b/apex/settings/network_settings.py
@@ -35,10 +35,6 @@ class NetworkSettings(dict):
The resulting object will be used later to generate network environment
file as well as configuring post deployment networks.
-
- Currently the parsed object is dumped into a bash global definition file
- for deploy.sh consumption. This object will later be used directly as
- deployment script move to python.
"""
def __init__(self, filename):
init_dict = {}