From 197e5d77f5aa12df55c67d55925f44c5ec50f830 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Sat, 26 Oct 2019 21:21:00 +0100 Subject: [PATCH] Update ubuntu distro packages for python3 UCA for Train only supports python3 Change-Id: Ie0fe9b1f572daa5b396ca01609f3ba1ad8906424 --- vars/debian.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vars/debian.yml b/vars/debian.yml index 3238026b..de675225 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -31,9 +31,8 @@ cinder_distro_packages: cinder_service_distro_packages: - python3-cinder - - python-openstackclient - - python-shade - - python-systemd + - python3-openstackclient + - python3-shade - python3-systemd cinder_devel_distro_packages: