0399c19b56
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: I09be5e131344592123ffa689f2e4ab0971470b90
17 lines
518 B
YAML
17 lines
518 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
|
|
- name: lxc_container_create
|
|
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
|
|
scm: git
|
|
version: master
|