Support xenial in devstack install

Currently haproxy is only installed on trusty or precise because of
backports. It should be installed on xenial at least.

Change-Id: I4513ddd94d2a9f119c0f7db5c8997bb7276580a8
This commit is contained in:
Thomas Herve 2016-11-18 11:07:06 +01:00
parent 9453e0725c
commit 8418c8ad1f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ function neutron_agent_lbaas_install_agent_packages {
fi
sudo apt-get update
sudo apt-get install haproxy -t ${os_CODENAME}-backports
elif [[ ${OFFLINE} == False ]]; then
install_package haproxy
fi
fi
if is_fedora || is_suse; then