Adding git to the packages to be installed

The latest build error indicaes that the git command is missing
(see http://logs.openstack.org/67/514767/3/check/openstack-ansible-functional-ubuntu-xenial/b7dca12/job-output.txt.gz#_2017-10-26_19_48_56_859442)
This adds it to the Octiavia container.

Change-Id: I6490979d208938634373c08d164461e9d5d1150a
This commit is contained in:
German Eichberger 2017-10-26 14:10:18 -07:00
parent 6cc249f926
commit bdaf5c9d9a
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ octavia_distro_packages:
- haproxy
- iptables-services
- libxml2-devel
- git

View File

@ -20,3 +20,4 @@ octavia_distro_packages:
- iptables-persistent
- netfilter-persistent
- libxml2-dev
- git