diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-07 08:16:31 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-07 08:19:58 +0100 |
commit | 3edd080dfe21c5a272ccf6d959c53d6e40fdadc7 (patch) | |
tree | 61b5ef524759f7b180e5e8c64f6752a2343304c2 /functest/ci/config_functest.yaml | |
parent | f48ff105d10b4e25da8d24f2d20b7e59f06afaa4 (diff) |
Remove dns server from juju_epc config
The dns server shoud be set by the Cloud provider via Neutron configs.
Snaps is currently enforcing 8.8.8.8 as default too.
Change-Id: I3e9a25d8bbfbab4cd1d44e394235b329df86e82e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 54e8d08c..928da8f9 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -153,8 +153,6 @@ vnf: private_subnet_cidr: 172.16.0.0/24 private_subnet_name: abot-subnet external_router: abot-router - dns_nameserver: ['8.8.8.8'] - cloudify_ims: tenant_name: cloudify_ims tenant_description: vIMS |