From be678ea6be0c7f7fa28bc8057ef93646c4e4a212 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Mon, 3 Oct 2016 11:47:26 +0100 Subject: [PATCH] Move "--no-binary libvirt-python" to ansible-tests To avoid overriding important "pip_install_options" that apply to all hosts, we should move the pip_install_option to the central tests repository. This happens as part of the following PR: https://review.openstack.org/381023 This PR removes the override from nova. Change-Id: Ifc69924d154b0c56b760cd8b2e22b5a838b37289 Depends-On: I1c25e2c95e3bd5aca02b6220f82cf577ccfdbc8b --- tests/nova-overrides.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/nova-overrides.yml b/tests/nova-overrides.yml index 89de06a5..b3604176 100644 --- a/tests/nova-overrides.yml +++ b/tests/nova-overrides.yml @@ -13,12 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This ensures that libvirt-python is built from source. A pre-built wheel -# can be missing libvirt capabilities from the installed version of -# libvirt-bin, leading to nova-compute failing to start. -# TODO(jmccrory) Revisit this at some point -pip_install_options: "--no-binary libvirt-python" - neutron_provider_networks: network_types: "vxlan,flat" network_mappings: "flat:eth12"