Merge "Ubuntu/Debian: Bump to Bobcat release"
This commit is contained in:
commit
c8c85b1222
@ -21,7 +21,7 @@ class openstack_integration::repos {
|
|||||||
'Ubuntu': {
|
'Ubuntu': {
|
||||||
include apt
|
include apt
|
||||||
class { 'openstack_extras::repo::debian::ubuntu':
|
class { 'openstack_extras::repo::debian::ubuntu':
|
||||||
release => 'antelope',
|
release => 'bobcat',
|
||||||
package_require => true,
|
package_require => true,
|
||||||
uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
|
uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
|
||||||
}
|
}
|
||||||
@ -29,7 +29,7 @@ class openstack_integration::repos {
|
|||||||
'Debian': {
|
'Debian': {
|
||||||
include apt
|
include apt
|
||||||
class { 'openstack_extras::repo::debian::debian':
|
class { 'openstack_extras::repo::debian::debian':
|
||||||
release => 'antelope',
|
release => 'bobcat',
|
||||||
package_require => true,
|
package_require => true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user