Merge "Adding gcc to the list of packages in tempest dependence"

This commit is contained in:
Jenkins 2017-01-10 15:20:42 +00:00 committed by Gerrit Code Review
commit ac3454208d
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" %}