openstack-ansible-os_heat/releasenotes/notes/os-heat-only-install-venv-e3e8e466dd67c2bc.yaml
Jimmy McCrory 7b3cca8aea Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of heat 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: I5cd25a53b75c1ee1a7c215d5912db4f02fa4225c
Implements: blueprint only-install-venvs
2016-07-08 05:29:44 -07:00

6 lines
211 B
YAML

---
upgrade:
- Installation of heat and its dependent pip packages will now only
occur within a Python virtual environment. The ``heat_venv_bin``
and ``heat_venv_enabled`` variables have been removed.