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
This commit is contained in:
Andy McCrae 2016-10-03 11:47:26 +01:00
parent 9b3a9a86fb
commit be678ea6be

View File

@ -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"