diff options
Diffstat (limited to 'plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-tacker-1.yml')
-rw-r--r-- | plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-tacker-1.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-tacker-1.yml b/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-tacker-1.yml new file mode 100644 index 00000000..c43b6dcc --- /dev/null +++ b/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-tacker-1.yml @@ -0,0 +1,8 @@ +--- + +- name: upgrade networking-sfc + pip: + name: networking-sfc + extra_args: -U + virtualenv: /openstack/venvs/tacker-15.1.4 + when: odl_sfc == "Enable" |