openstack-ansible-os_swift/releasenotes/notes/os_swift-only-install-venv-fdd5d41759433cf8.yaml
Anton Khaldin 9d30bb30b9 Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of swift inside or outside of a Python virtual environment.
Installing within a venv is now the only supported deployment.

Additionally, a few changes have been made to make the creation of the
venv more resistant to interruptions during a run of the role.
* unarchiving a pre-built venv will now also occur when the venv
  directory is created, not only after being downloaded
* virtualenv-tools is run against both pre-built and non pre-built venvs
  to account for interruptions during or prior to unarchiving

Change-Id: Id2a27c082a5eb4eddc9eacde9de30f4e61f9ec36
Implements: blueprint only-install-venvs
2016-07-08 03:15:37 -07:00

6 lines
211 B
YAML

---
upgrade:
- Installation of swift and its dependent pip packages will now only
occur within a Python virtual environment. The ``swift_venv_enabled``,
``swift_venv_bin`` variables have been removed.