Files
openstack-ansible-os_cloudk…/releasenotes/notes/os-cloudkitty-only-install-venv-449f52f2cf8a5e98.yaml
Jimmy McCrory f76b9ee74b Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of cloudkitty 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: I84dd86e4e8244de5a6ac55a302df0c9737d6388e
Implements: blueprint only-install-venvs
2016-07-08 05:25:34 -07:00

6 lines
229 B
YAML

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