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 }