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:
parent
6cc249f926
commit
bdaf5c9d9a
@ -17,3 +17,4 @@ octavia_distro_packages:
|
||||
- haproxy
|
||||
- iptables-services
|
||||
- libxml2-devel
|
||||
- git
|
||||
|
@ -20,3 +20,4 @@ octavia_distro_packages:
|
||||
- iptables-persistent
|
||||
- netfilter-persistent
|
||||
- libxml2-dev
|
||||
- git
|
||||
|
Loading…
Reference in New Issue
Block a user