diff options
Diffstat (limited to 'plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml')
-rwxr-xr-x | plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml b/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml index e2dd128d..40149346 100755 --- a/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml +++ b/plugins/odl_sfc/roles/setup-odl-sfc/tasks/control-servers-1.yml @@ -8,13 +8,11 @@ - name: install networking-odl pip: name: networking-odl - version: "{{ networking_odl_version }}" virtualenv: /openstack/venvs/neutron-15.1.4 # Todo: hardcode, need to modify - name: install networking-sfc pip: name: networking-sfc - version: "4.0.0" virtualenv: /openstack/venvs/neutron-15.1.4 when: odl_sfc == "Enable" |