~ddstreet/autopkgtest:master

Last commit made on 2019-07-11
Get this branch:
git clone -b master https://git.launchpad.net/~ddstreet/autopkgtest
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ddstreet/autopkgtest

Recent commits

4211e55... by Simon McVittie

Merge branch 'qemu-disk-size' into 'master'

Add an optional 6th parameter to autopkgtest-build-qemu, to force a specific image size

See merge request ci-team/autopkgtest!49

579d25a... by Paul Gevers

Merge branch 'new-openstack-fixes' into 'master'

Fixes for recent Openstack clients

See merge request ci-team/autopkgtest!52

a253218... by Iain Lane

nova: trim whitespace from server UUID

Some Openstack versions can return this with spaces around. We only want
the UUID itself.

6d6713f... by Iain Lane

setup-testbed: Write preserve_sources_list in the new format

If we have

  apt:
    some_stuff: blah

and also

  apt_preserve_sources_list: true

the latter is ignored. But if we have

  apt:
    preserve_sources_list: true

they are merged togther. So let's write that one, but keep the old too
- for compatibility with older cloud-init versions.

1b10814... by Iain Lane

nova: --key_name is actually --key-name

This stopped working in a recent version. key_name must have been quite
ancient.

ba4aabd... by Iain Lane

nova: Use glanceclient to find images

In python-novaclient commit 41f66d15aa83004d5b26f7d510b19cd8c4b39e8b
(Pike), the images() API on the nova client was dropped.

We now need to use glance. This API works as far back as Mikata, which
shipped in Ubuntu 16.04 (Xenial).

1c220cf... by Sebastien Delafond

Correct check for number of CL arguments

b997ee8... by Paul Gevers

Merge branch 'setup-testbed-ubuntu-security' into 'master'

setup-testbed: Add the -security pocket for Ubuntu releases

See merge request ci-team/autopkgtest!51

f6f7bb4... by Iain Lane

setup-testbed: Add the -security pocket for Ubuntu releases

We were previously missing installing security updates when testing for
stable releases.

ec6080d... by Paul Gevers

Merge branch 'nova-show' into 'master'

ssh-setup/nova: Run nova show after console-log in debug_failure

See merge request ci-team/autopkgtest!50