Update debian-openstack to use jessie-newton

Since it will be possible to upload different openstack branch release
into Debian Jessie, we need to update the codename to jessie-newton.
This allows future branches to also be added for jessie.

Change-Id: I05da013ecafd74628aad5507a59d605c2353f1ad
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-07-13 11:37:41 -04:00
parent 996fb549d5
commit e88d70f1b3
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -120,6 +120,6 @@ class openstack_project::release_slave (
confdir => '/etc/reprepro/debian-openstack',
basedir => '/afs/.openstack.org/mirror/debian-openstack',
distributions => 'openstack_project/reprepro/distributions.debian-openstack.erb',
releases => ['jessie'],
releases => ['jessie-newton'],
}
}