From 37b9b3a5e736e7e441277d30ff82f70a3a274658 Mon Sep 17 00:00:00 2001 From: German Eichberger Date: Thu, 18 Jun 2015 13:26:40 -0700 Subject: [PATCH] Switching from the ppa to neutron backports I got an error with the ppa and so I am switching it to the offical backports Change-Id: Ie2ef56906660df375e52dd795b4ac4d8dcc96a19 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3e6eb21bc..6375024fc 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -7,7 +7,7 @@ function neutron_lbaas_install { function neutron_agent_lbaas_install_agent_packages { if is_ubuntu; then - sudo add-apt-repository ppa:vbernat/haproxy-1.5 -y + sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" -y sudo apt-get update fi if is_ubuntu || is_fedora || is_suse; then