Merge "Debian/Ubuntu: Switch to stable/yoga"
This commit is contained in:
commit
a4541f3eaa
@ -12,7 +12,7 @@ class openstack_integration::repos {
|
||||
'Ubuntu': {
|
||||
include apt
|
||||
class { 'openstack_extras::repo::debian::ubuntu':
|
||||
release => 'xena',
|
||||
release => 'yoga',
|
||||
package_require => true,
|
||||
uca_location => pick($::uca_mirror_host, 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
|
||||
}
|
||||
@ -20,7 +20,7 @@ class openstack_integration::repos {
|
||||
'Debian': {
|
||||
include apt
|
||||
class { 'openstack_extras::repo::debian::debian':
|
||||
release => 'xena',
|
||||
release => 'yoga',
|
||||
package_require => true,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user