Update module packages used

This commit is contained in:
Dan Bode 2012-03-30 20:24:24 -07:00
parent 806a52b12c
commit 60eee6d535
1 changed files with 15 additions and 0 deletions

View File

@ -19,6 +19,21 @@ resources { 'nova_config':
purge => true,
}
# temporarily update this to use the
# latest tested packages from precise
# eventually, these packages need to be moved
# to the openstack module
stage { 'nova_ppa':
before => Stage['main']
}
class { 'apt':
stage => 'nova_ppa',
}
class { 'keystone::repo::trunk':
stage => 'nova_ppa',
}
# this is a hack that I have to do b/c openstack nova
# sets up a route to reroute calls to the metadata server
# to its own server which fails