35cb314429
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 from the functional testing playbook. Change-Id: I84c834c6193676868069c24e8b702035fb98ad71
13 lines
378 B
YAML
13 lines
378 B
YAML
- name: apt_package_pinning
|
|
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
|
scm: git
|
|
version: master
|
|
- name: pip_install
|
|
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
|
|
scm: git
|
|
version: master
|
|
- name: lxc_hosts
|
|
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
|
|
scm: git
|
|
version: master
|