Adding gcc to the list of packages in tempest dependence

Tempest is failing due the lack of gcc to compile some required
packages with pip when it creates the virtualenv tree.
An example can be found in https://goo.gl/t0Pl3a

Change-Id: Iea725a9400080740af91cae625d3188c50bdd1a5
This commit is contained in:
Arx Cruz 2017-01-09 13:34:12 +01:00
parent 9b9b90fa35
commit 76ba3406c1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public_net_id=$(neutron net-show {{ undercloud_public_net_name }} -f value -c id
{% endif %}
# Generate a tempest configuration.
sudo yum install -y libffi-devel openssl-devel python-virtualenv
sudo yum install -y libffi-devel openssl-devel python-virtualenv gcc
{% if tempest_source == "rdo" %}
{% if tempest_format == "packages" %}