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
This commit is contained in:
German Eichberger 2015-06-18 13:26:40 -07:00
parent d7bbbf4ce8
commit 37b9b3a5e7
1 changed files with 1 additions and 1 deletions

View File

@ -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