From 8418c8ad1ff3618cd7c1ac3c742a352e552aa30a Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Fri, 18 Nov 2016 11:07:06 +0100 Subject: [PATCH] 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 --- devstack/plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index cb43a41d7..c7c91964c 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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