diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-02-13 20:36:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-13 20:36:01 +0000 |
commit | e3299f119c93a57e00d1aaeeb1f7073a1adf7b87 (patch) | |
tree | d2d5fe3e3afcb3f86343947957db0b18786f7452 /functest/utils | |
parent | 7ccd4189200f3fc1bf1429ea4fb7e6001bce7803 (diff) | |
parent | 0424a6d98739ac7499c28799570ea8a625c0779c (diff) |
Merge "Remove INSTALLER_IP from Functest"
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/env.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py index 110164be..b626473a 100644 --- a/functest/utils/env.py +++ b/functest/utils/env.py @@ -16,7 +16,6 @@ class Environment(object): # pylint: disable=too-few-public-methods 'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha', 'DEPLOY_TYPE': 'virt', 'INSTALLER_TYPE': None, - 'INSTALLER_IP': None, 'BUILD_TAG': None, 'OS_ENDPOINT_TYPE': None, 'OS_AUTH_URL': None, |