5e5367ea4f
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
10 lines
474 B
YAML
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.
|