Bump the package version to the Mitaka release

TrivialFix

Change-Id: Ia17820d0f48008e1012f4e4a922a1366a8b17605
This commit is contained in:
Jeffrey Zhang 2016-04-17 01:10:26 +08:00
parent f10a625a72
commit 629990ebcb
1 changed files with 16 additions and 16 deletions

View File

@ -156,35 +156,35 @@ SOURCES = {
'aodh-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/aodh/'
'aodh-2.0.0.0rc1.tar.gz')},
'aodh-2.0.0.tar.gz')},
'ceilometer-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/ceilometer/'
'ceilometer-6.0.0.0rc3.tar.gz')},
'ceilometer-6.0.0.tar.gz')},
'cinder-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/cinder/'
'cinder-8.0.0.0rc2.tar.gz')},
'cinder-8.0.0.tar.gz')},
'designate-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/designate/'
'designate-2.0.0.0rc2.tar.gz')},
'designate-2.0.0.tar.gz')},
'glance-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/glance/'
'glance-12.0.0.0rc2.tar.gz')},
'glance-12.0.0.tar.gz')},
'gnocchi-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/gnocchi/'
'gnocchi-2.0.2.tar.gz')},
'gnocchi-2.1.0.tar.gz')},
'heat-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/heat/'
'heat-6.0.0.0rc3.tar.gz')},
'heat-6.0.0.tar.gz')},
'horizon': {
'type': 'url',
'location': ('http://tarballs.openstack.org/horizon/'
'horizon-9.0.0.0rc2.tar.gz')},
'horizon-9.0.0.tar.gz')},
'ironic-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/ironic/'
@ -192,7 +192,7 @@ SOURCES = {
'keystone': {
'type': 'url',
'location': ('http://tarballs.openstack.org/keystone/'
'keystone-9.0.0.0rc2.tar.gz')},
'keystone-9.0.0.tar.gz')},
'magnum-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/magnum/'
@ -200,23 +200,23 @@ SOURCES = {
'manila-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/manila/'
'manila-2.0.0.0rc1.tar.gz')},
'manila-2.0.0.tar.gz')},
'mistral-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/mistral/'
'mistral-2.0.0.0rc2.tar.gz')},
'mistral-2.0.0.tar.gz')},
'murano-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/murano/'
'murano-2.0.0.0rc3.tar.gz')},
'murano-2.0.0.tar.gz')},
'neutron-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/neutron/'
'neutron-8.0.0.0rc3.tar.gz')},
'neutron-8.0.0.tar.gz')},
'nova-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/nova/'
'nova-13.0.0.0rc3.tar.gz')},
'nova-13.0.0.tar.gz')},
'nova-spicehtml5proxy': {
'type': 'url',
'location': ('http://github.com/SPICE/spice-html5/tarball/'
@ -236,11 +236,11 @@ SOURCES = {
'trove-base': {
'type': 'url',
'location': ('http://tarballs.openstack.org/trove/'
'trove-5.0.0.0rc2.tar.gz')},
'trove-5.0.0.tar.gz')},
'zaqar': {
'type': 'url',
'location': ('http://tarballs.openstack.org/zaqar/'
'zaqar-2.0.0.0rc2.tar.gz')}
'zaqar-2.0.0.tar.gz')}
}