summaryrefslogtreecommitdiffstats
path: root/sfc/lib/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/lib/utils.py')
-rw-r--r--sfc/lib/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/utils.py b/sfc/lib/utils.py
index 60f6776a..b1576803 100644
--- a/sfc/lib/utils.py
+++ b/sfc/lib/utils.py
@@ -82,7 +82,7 @@ def create_vnf_in_av_zone(tacker_client, vnf_name, vnfd_name, av_zone=None):
param_file = os.path.join(os.getcwd(),
'vnfd-templates',
'test-vnfd-default-params.yaml')
- if av_zone is not None:
+ if av_zone is not None or av_zone != 'nova':
param_file = os.path.join(
'/tmp',
'param_{0}.yaml'.format(av_zone.replace('::', '_')))