Revert "Use Ubuntu Cloud Archive on precise nodes"
This reverts commit bdcc1151c9
.
The version of libvirt on the cloud archive is not working with nova
in devstack.
Change-Id: I3fe10d17fe0030791581ff55a69945663b0a978b
This commit is contained in:
parent
1c27095a44
commit
f7b9581867
@ -69,19 +69,6 @@ class jenkins::slave(
|
||||
$packages = $common_packages
|
||||
}
|
||||
|
||||
if ($::lsbdistcodename == 'precise') {
|
||||
package { 'ubuntu-cloud-keyring':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
apt::source { 'cloudarchive':
|
||||
location => 'http://ubuntu-cloud.archive.canonical.com/ubuntu',
|
||||
release => 'precise-updates/havana',
|
||||
repos => ['main'],
|
||||
require => Package['ubuntu-cloud-keyring'],
|
||||
}
|
||||
}
|
||||
|
||||
package { $packages:
|
||||
ensure => present,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user