Files
openstack-ansible-os_designate/releasenotes/notes/os_designate-only-install-venv-b58477153de1b1de.yaml
Travis Truman 0d123e90ce Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of designate 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: If3f0cb96d0ac670f6c53243283d6726067cba011
Implements: blueprint only-install-venvs
2016-07-08 12:58:36 -04:00

7 lines
290 B
YAML

---
upgrade:
- Installation of designate and its dependent pip packages will now only
occur within a Python virtual environment. The ``designate_venv_enabled``,
``designate_venv_bin``, ``designate_venv_etc_dir`` and
``designate_non_venv_etc_dir`` variables have been removed.