Update ref to latest stable version.
This allows us to get transport_url and some other newest options. Change-Id: Ibcd21c4b9eb0e8e9e88161c75f8b1c327752bfcd Closes-Bug: #1656764 Related-Bug: #1477967
This commit is contained in:
parent
d72354db6a
commit
0af65867e4
@ -24,77 +24,77 @@
|
||||
# Pull in puppet-aodh
|
||||
mod 'aodh',
|
||||
:git => 'https://github.com/fuel-infra/puppet-aodh.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-ceilometer
|
||||
mod 'ceilometer',
|
||||
:git => 'https://github.com/fuel-infra/puppet-ceilometer.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in openstack-cinder
|
||||
mod 'cinder',
|
||||
:git => 'https://github.com/fuel-infra/openstack-cinder.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-glance
|
||||
mod 'glance',
|
||||
:git => 'https://github.com/fuel-infra/puppet-glance.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-heat
|
||||
mod 'heat',
|
||||
:git => 'https://github.com/fuel-infra/puppet-heat.git',
|
||||
:ref => '9.4.1'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-horizon
|
||||
mod 'horizon',
|
||||
:git => 'https://github.com/fuel-infra/puppet-horizon.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-ironic
|
||||
mod 'ironic',
|
||||
:git => 'https://github.com/fuel-infra/puppet-ironic.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-keystone
|
||||
mod 'keystone',
|
||||
:git => 'https://github.com/fuel-infra/puppet-keystone.git',
|
||||
:ref => 'a37378a5da187b30ce3bdb3d442e2ab969d1f88e'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-openstacklib
|
||||
mod 'openstacklib',
|
||||
:git => 'https://github.com/fuel-infra/puppet-openstacklib.git',
|
||||
:ref => '8e54d8f84c6e036fe01e869a149c4a48c41a08ca'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-oslo
|
||||
mod 'oslo',
|
||||
:git => 'https://github.com/fuel-infra/puppet-oslo.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-neutron
|
||||
mod 'neutron',
|
||||
:git => 'https://github.com/fuel-infra/puppet-neutron.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-nova
|
||||
mod 'nova',
|
||||
:git => 'https://github.com/fuel-infra/puppet-nova.git',
|
||||
:ref => 'd31f0be1095cffba9cc004b5324766eefd5e336a'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-murano
|
||||
mod 'murano',
|
||||
:git => 'https://github.com/fuel-infra/puppet-murano.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-sahara
|
||||
mod 'sahara',
|
||||
:git => 'https://github.com/fuel-infra/puppet-sahara.git',
|
||||
:ref => '9.4.0'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-swift
|
||||
mod 'swift',
|
||||
:git => 'https://github.com/fuel-infra/puppet-swift.git',
|
||||
:ref => '9.4.1'
|
||||
:ref => '9.5.0'
|
||||
|
||||
# Pull in puppet-ceph
|
||||
mod 'ceph',
|
||||
|
Loading…
Reference in New Issue
Block a user