diff options
author | Markos Chandras <mchandras@suse.de> | 2016-12-01 08:56:28 +0000 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-12-08 20:06:45 +0000 |
commit | 58d716c4cf42f37018817f421745746b7fc4be12 (patch) | |
tree | ba2adc8ec30aee2e5f14b70b9489a6f24c43c1d5 /jjb/infra/bifrost-verify-jobs.yml | |
parent | 050842e77adfbcb8f28f719cf93a84183d9f69db (diff) |
jjb: infra: bifrost-verify-jobs: Remove python-xml workaround
python-xml is now being pulled in as dependency in the
pip-and-virtualenv dib element so remove the explicit package
installation.
Change-Id: I94ea6a3b0f35cc62b945a8ced0a641ded7b36fea
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb/infra/bifrost-verify-jobs.yml')
-rw-r--r-- | jjb/infra/bifrost-verify-jobs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/infra/bifrost-verify-jobs.yml b/jjb/infra/bifrost-verify-jobs.yml index be3cf9a0e..422a42274 100644 --- a/jjb/infra/bifrost-verify-jobs.yml +++ b/jjb/infra/bifrost-verify-jobs.yml @@ -36,8 +36,7 @@ disabled: false dib-os-release: '42.2' dib-os-element: 'opensuse-minimal' - # python-xml is needed until https://review.openstack.org/#/c/400150/ is merged - dib-os-packages: 'vim,less,bridge-utils,iputils,rsyslog,curl,python-xml' + dib-os-packages: 'vim,less,bridge-utils,iputils,rsyslog,curl' extra-dib-elements: 'openssh-server' vm-disk: '30' vm-memory: '4096' |