openstack-ansible-os_neutron/tasks
Jesse Pretorius 5ce4d64150 Change pip install task state to 'latest'
Currently all pip install tasks only require the package to be
present. This means that when an environment undergoes a minor
upgrade the package is not upgraded to the same version that
was tested with. This ultimately results in a deployed
environment that does not match the tested environment.

While for the services installed into venvs this is not an
issue, it does affect those which do not use venvs and any
packages which are installed outside of a venv or on top
of a venv.

This patch changes the behaviour to ensure that the install
task will always use the latest available package. In
developer_mode this will mean using the version specified
in upper-constraints, and in an integrated build this will
mean the version which is available in the wheel repo's
folder for the tag.

Change-Id: I22821cb24642aad4bface0ae0838351cd0cce257
2016-05-04 10:38:50 +01:00
..
main.yml Add LBaaS v2 support 2016-03-03 15:38:34 -06:00
neutron_check.yml Add LBaaS v2 support 2016-03-03 15:38:34 -06:00
neutron_db_setup.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-22 11:48:50 -04:00
neutron_install.yml Change pip install task state to 'latest' 2016-05-04 10:38:50 +01:00
neutron_l3_ha.yml Implement neutron venv support 2015-10-15 17:55:44 +00:00
neutron_lbaas.yml Fix typo in tasks/neutron_lbaas.yml 2016-03-16 14:17:29 +00:00
neutron_post_install.yml Ansible 2.x - Address deprecation warning of bare variables 2016-04-22 11:48:50 -04:00
neutron_pre_install.yml Merge "Rootwrap configuration should be owned by root" 2016-03-09 07:17:23 +00:00
neutron_service_add.yml Remove dependency on the Keystone admin auth token 2016-03-17 10:48:38 -04:00
neutron_service_setup.yml Remove use of role_name variable 2016-01-10 12:46:29 -08:00
neutron_upstart_common_init.yml Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
neutron_upstart_init.yml Fix neutron lbaasv2 upstart init scrtipt placement 2016-04-11 10:52:18 -03:00
nuage_neutron_config.yml Change pip install task state to 'latest' 2016-05-04 10:38:50 +01:00
plumgrid_config.yml Change pip install task state to 'latest' 2016-05-04 10:38:50 +01:00