diff options
author | boucherv <valentin.boucher@orange.com> | 2017-03-10 10:36:48 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-03-10 10:36:48 +0100 |
commit | 38ca164cfded2e26057785be436713b1c9450eb9 (patch) | |
tree | 1e18152b24b07f11015858d5eac9b405b8aba6e8 /functest/opnfv_tests/vnf | |
parent | cea7fe6b727f2f4ccd25d850a90511af54b6f0cc (diff) |
cloudify_ims: fix sip public domain name
Change-Id: I25423cc3fbab54f81047fbebd0bc33895d826186
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml index 775685fa..b84ef8fd 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml @@ -36,4 +36,4 @@ clearwater: flavor_id: '' agent_user: ubuntu external_network_name: '' - public_domain: clearwaterfv + public_domain: clearwater.opnfv |