openstack-ansible/releasenotes/notes/python2-lxc-git-removal-5d20c07d80aaa75b.yaml
Jesse Pretorius 5e5367ea4f Remove dependency on python2_lxc git source
The git source for python2_lxc was necessary before the package was
available on pypi, which it now is:
 - https://pypi.python.org/pypi/lxc-python2

This patch removes the py_from_git role dependency from the
lxc_hosts playbook, the role from the required roles list and the
repo details from the repo_packages as none of these are required.

Change-Id: Ia32665c9507b3a80096b201067f5329a1c3533fb
2016-02-23 19:42:58 +00:00

10 lines
474 B
YAML

---
upgrade:
- The git source for python2_lxc was used in the past as the package was not
available on pypi. Now that the package
`has been published <https://pypi.python.org/pypi/lxc-python2>`_ the
`py_from_git` role dependency has been removed from the `lxc_hosts`
playbook, the role has been removed from the required roles list and the
repo details have been removed from the repo_packages files as none of
these details are required any more.