Public bug reported: In an attempt to backport a Neutron change to stable/liberty - https://review.openstack.org/294591 - it keeps tripping over a failure in the neutron-lbaas devstack plugin:
2016-03-18 14:35:44.870 | ++ neutron_agent_lbaas_install_agent_packages 2016-03-18 14:35:44.870 | ++ is_ubuntu 2016-03-18 14:35:44.870 | ++ [[ -z deb ]] 2016-03-18 14:35:44.870 | ++ '[' deb = deb ']' 2016-03-18 14:35:44.870 | ++ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' -y 2016-03-18 14:35:44.875 | sudo: add-apt-repository: command not found I'm guessing the recent change in ubuntu images is to blame, but not sure, will send out a patch that forces install of the package containing add-apt-repository to see if it helps. ** Affects: neutron Importance: Undecided Assignee: Brian Haley (brian-haley) Status: New ** Changed in: neutron Assignee: (unassigned) => Brian Haley (brian-haley) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1559180 Title: neutron_agent_lbaas_install_agent_packages is failing on stable/liberty Status in neutron: New Bug description: In an attempt to backport a Neutron change to stable/liberty - https://review.openstack.org/294591 - it keeps tripping over a failure in the neutron-lbaas devstack plugin: 2016-03-18 14:35:44.870 | ++ neutron_agent_lbaas_install_agent_packages 2016-03-18 14:35:44.870 | ++ is_ubuntu 2016-03-18 14:35:44.870 | ++ [[ -z deb ]] 2016-03-18 14:35:44.870 | ++ '[' deb = deb ']' 2016-03-18 14:35:44.870 | ++ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' -y 2016-03-18 14:35:44.875 | sudo: add-apt-repository: command not found I'm guessing the recent change in ubuntu images is to blame, but not sure, will send out a patch that forces install of the package containing add-apt-repository to see if it helps. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1559180/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

