aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml')
-rw-r--r--scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml
index f2c98e44..628d8af8 100644
--- a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml
+++ b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/main.yml
@@ -10,12 +10,12 @@
- name: Add SFC repos and inventory for Pike
include: add-sfc-repos-and-inventory-pike.yml
- when: OPENSTACK_OSA_VERSION == "stable/pike"
+ when: openstack_osa_version == "stable/pike"
- name: Copy the OSA not-yet-upstreamed files for Pike
include: copy-OSA-files-pike.yml
- when: OPENSTACK_OSA_VERSION == "stable/pike"
+ when: openstack_osa_version == "stable/pike"
- name: Copy the OSA not-yet-upstreamed files for master
include: copy-OSA-files-master.yml
- when: OPENSTACK_OSA_VERSION != "stable/pike"
+ when: openstack_osa_version != "stable/pike"