Create stable/newton

Change-Id: I65354a8071e5d1de2ca69697234f4adfb3aef146
This commit is contained in:
Alan Pevec 2016-09-22 00:42:43 +02:00
parent b11f8ba230
commit 3f43120338
2 changed files with 21 additions and 20 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org host=review.openstack.org
port=29418 port=29418
project=openstack/packstack.git project=openstack/packstack.git
defaultbranch=stable/newton

View File

@ -4,83 +4,83 @@ moduledir '/usr/share/openstack-puppet/modules'
mod 'aodh', mod 'aodh',
:git => 'https://github.com/openstack/puppet-aodh', :git => 'https://github.com/openstack/puppet-aodh',
:ref => 'master' :ref => 'stable/newton'
mod 'ceilometer', mod 'ceilometer',
:git => 'https://github.com/openstack/puppet-ceilometer', :git => 'https://github.com/openstack/puppet-ceilometer',
:ref => 'master' :ref => 'stable/newton'
mod 'cinder', mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder', :git => 'https://github.com/openstack/puppet-cinder',
:ref => 'master' :ref => 'stable/newton'
mod 'glance', mod 'glance',
:git => 'https://github.com/openstack/puppet-glance', :git => 'https://github.com/openstack/puppet-glance',
:ref => 'master' :ref => 'stable/newton'
mod 'gnocchi', mod 'gnocchi',
:git => 'https://github.com/openstack/puppet-gnocchi', :git => 'https://github.com/openstack/puppet-gnocchi',
:ref => 'master' :ref => 'stable/newton'
mod 'heat', mod 'heat',
:git => 'https://github.com/openstack/puppet-heat', :git => 'https://github.com/openstack/puppet-heat',
:ref => 'master' :ref => 'stable/newton'
mod 'horizon', mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon', :git => 'https://github.com/openstack/puppet-horizon',
:ref => 'master' :ref => 'stable/newton'
mod 'ironic', mod 'ironic',
:git => 'https://github.com/openstack/puppet-ironic', :git => 'https://github.com/openstack/puppet-ironic',
:ref => 'master' :ref => 'stable/newton'
mod 'keystone', mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone', :git => 'https://github.com/openstack/puppet-keystone',
:ref => 'master' :ref => 'stable/newton'
mod 'manila', mod 'manila',
:git => 'https://github.com/openstack/puppet-manila', :git => 'https://github.com/openstack/puppet-manila',
:ref => 'master' :ref => 'stable/newton'
mod 'neutron', mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron', :git => 'https://github.com/openstack/puppet-neutron',
:ref => 'master' :ref => 'stable/newton'
mod 'nova', mod 'nova',
:git => 'https://github.com/openstack/puppet-nova', :git => 'https://github.com/openstack/puppet-nova',
:ref => 'master' :ref => 'stable/newton'
mod 'openstack_extras', mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras', :git => 'https://github.com/openstack/puppet-openstack_extras',
:ref => 'master' :ref => 'stable/newton'
mod 'openstacklib', mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib', :git => 'https://github.com/openstack/puppet-openstacklib',
:ref => 'master' :ref => 'stable/newton'
mod 'oslo', mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo', :git => 'https://github.com/openstack/puppet-oslo',
:ref => 'master' :ref => 'stable/newton'
mod 'sahara', mod 'sahara',
:git => 'https://github.com/openstack/puppet-sahara', :git => 'https://github.com/openstack/puppet-sahara',
:ref => 'master' :ref => 'stable/newton'
mod 'swift', mod 'swift',
:git => 'https://github.com/openstack/puppet-swift', :git => 'https://github.com/openstack/puppet-swift',
:ref => 'master' :ref => 'stable/newton'
mod 'tempest', mod 'tempest',
:git => 'https://github.com/openstack/puppet-tempest', :git => 'https://github.com/openstack/puppet-tempest',
:ref => 'master' :ref => 'stable/newton'
mod 'trove', mod 'trove',
:git => 'https://github.com/openstack/puppet-trove', :git => 'https://github.com/openstack/puppet-trove',
:ref => 'master' :ref => 'stable/newton'
mod 'vswitch', mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch', :git => 'https://github.com/openstack/puppet-vswitch',
:ref => 'master' :ref => 'stable/newton'
## Non-OpenStack modules ## Non-OpenStack modules