Skip to content

Commit

Permalink
Revert "Prepare for the queens upgrade"
Browse files Browse the repository at this point in the history
Ops.

This reverts commit 2e2b8aa.
  • Loading branch information
obrestad committed Jun 20, 2018
1 parent 2e2b8aa commit 5db7dca
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mod 'profile',
:tag => 'v1.0.0'
mod 'ntnuopenstack',
:git => 'https://github.com/ntnusky/ntnuopenstack.git',
:branch => 'queens'
:tag => 'vP.0.0'

# Misc modules from git.
mod 'ceph',
Expand Down Expand Up @@ -83,34 +83,34 @@ mod 'tftp',
# Openstack modules
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo.git',
:branch => 'stable/queens'
:branch => 'stable/pike'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:branch => 'stable/queens'
:branch => 'stable/pike'

0 comments on commit 5db7dca

Please sign in to comment.