Split versions onto new line
This makes the process of updating versions _much_ easier and opens the door to a rough automated updater This should merge in master _BEFORE_ mitaka branch TrivialFix Change-Id: I90b974316c5b48fd7a31959de317cb71ae3affec
This commit is contained in:
parent
7982ff0c77
commit
3e7be6593c
@ -155,7 +155,8 @@ SOURCES = {
|
||||
'master')},
|
||||
'aodh-base': {
|
||||
'type': 'url',
|
||||
'location': 'http://tarballs.openstack.org/aodh/aodh-master.tar.gz'},
|
||||
'location': ('http://tarballs.openstack.org/aodh/'
|
||||
'aodh-master.tar.gz')},
|
||||
'ceilometer-base': {
|
||||
'type': 'url',
|
||||
'location': ('http://tarballs.openstack.org/ceilometer/'
|
||||
@ -178,7 +179,8 @@ SOURCES = {
|
||||
'gnocchi-master.tar.gz')},
|
||||
'heat-base': {
|
||||
'type': 'url',
|
||||
'location': ('http://tarballs.openstack.org/heat/heat-master.tar.gz')},
|
||||
'location': ('http://tarballs.openstack.org/heat/'
|
||||
'heat-master.tar.gz')},
|
||||
'horizon': {
|
||||
'type': 'url',
|
||||
'location': ('http://tarballs.openstack.org/horizon/'
|
||||
@ -213,14 +215,16 @@ SOURCES = {
|
||||
'neutron-master.tar.gz')},
|
||||
'nova-base': {
|
||||
'type': 'url',
|
||||
'location': 'http://tarballs.openstack.org/nova/nova-master.tar.gz'},
|
||||
'location': ('http://tarballs.openstack.org/nova/'
|
||||
'nova-master.tar.gz')},
|
||||
'nova-spicehtml5proxy': {
|
||||
'type': 'url',
|
||||
'location': ('http://github.com/SPICE/spice-html5/tarball/'
|
||||
'spice-html5-0.1.6')},
|
||||
'nova-novncproxy': {
|
||||
'type': 'url',
|
||||
'location': 'http://github.com/kanaka/noVNC/tarball/v0.5.1'},
|
||||
'location': ('http://github.com/kanaka/noVNC/tarball/'
|
||||
'v0.5.1')},
|
||||
'swift-base': {
|
||||
'type': 'url',
|
||||
'location': ('http://tarballs.openstack.org/swift/'
|
||||
@ -231,7 +235,8 @@ SOURCES = {
|
||||
'tempest-master.tar.gz')},
|
||||
'trove-base': {
|
||||
'type': 'url',
|
||||
'location': 'http://tarballs.openstack.org/trove/trove-master.tar.gz'},
|
||||
'location': ('http://tarballs.openstack.org/trove/'
|
||||
'trove-master.tar.gz')},
|
||||
'zaqar': {
|
||||
'type': 'url',
|
||||
'location': ('http://tarballs.openstack.org/zaqar/'
|
||||
|
Loading…
Reference in New Issue
Block a user