From 3becff51a57a13d7c0e4a88c18348310d0d7c0a0 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 9 Sep 2020 15:07:45 -0500 Subject: [PATCH] [goal] Migrate testing to ubuntu focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Install python3-qpid-proton for ubuntu Focal Story: #2007865 Task: #40207 Change-Id: Ib4adc91cabea090434c2a7a5b04532952f5140d7 --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 44c560d..75e0170 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -130,7 +130,7 @@ function _install_pyngus { install_package python-qpid-proton elif is_ubuntu; then # ditto - install_package python-qpid-proton + install_package python3-qpid-proton fi pip_install_gr pyngus }