Merge lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-eoan-python3-openstackclient into lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm

Proposed by Philip Roche
Status: Merged
Merged at revision: 834
Proposed branch: lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-eoan-python3-openstackclient
Merge into: lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm
Diff against target: 21 lines (+9/-1)
1 file modified
templates/img-update.tmpl (+9/-1)
To merge this branch: bzr merge lp:~ubuntu-on-ec2/vmbuilder/jenkins_kvm-philroche-eoan-python3-openstackclient
Reviewer Review Type Date Requested Status
David Krauser (community) Approve
Pat Viafore (community) Approve
Review via email: mp+375547@code.launchpad.net

Commit message

python-openstackclient was dropped after disco

If we want to create or update builder images post disco we need to migrate to python3-openstackclient

Description of the change

python-openstackclient was dropped after disco

If we want to create or update builder images post disco we need to migrate to python3-openstackclient

To post a comment you must log in.
Revision history for this message
Pat Viafore (patviafore) :
review: Approve
Revision history for this message
Robert C Jennings (rcj) wrote :

+1

Revision history for this message
David Krauser (davidkrauser) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/img-update.tmpl'
2--- templates/img-update.tmpl 2019-04-25 15:20:08 +0000
3+++ templates/img-update.tmpl 2019-11-14 14:02:40 +0000
4@@ -230,8 +230,16 @@
5 esac
6 xchroot apt-add-repository -y multiverse
7 pkgs+=(ubuntu-snappy-cli
8- python-openstackclient
9 cloud-utils)
10+# python-openstackclient was dropped after disco
11+case "${suite}" in
12+ trusty|xenial|bionic|disco)
13+ pkgs+=(python-openstackclient)
14+ ;;
15+ *)
16+ pkgs+=(python3-openstackclient)
17+ ;;
18+esac
19 case "${suite}" in
20 trusty|xenial)
21 pkgs+=(ubuntu-core-security-utils qemu-user-static qemu-user)

Subscribers

People subscribed via source and target branches

to all changes: