From 629990ebcbde724e6276040129324f84840c945c Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sun, 17 Apr 2016 01:10:26 +0800 Subject: [PATCH] Bump the package version to the Mitaka release TrivialFix Change-Id: Ia17820d0f48008e1012f4e4a922a1366a8b17605 --- kolla/common/config.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index 4491a24491..fa884fdc4e 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -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')} }