Remove ref to deprecated keystone::sqlite

This has been renamed to keystone::config::sqlite.

This commit updates the code to use the new namespace.
This commit is contained in:
Dan Bode 2012-04-05 13:46:30 -07:00
parent fdbf846d15
commit a2512fcff1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ node glance {
node glance_keystone {
class { 'concat::setup': }
class { 'keystone::sqlite': }
class { 'keystone::config::sqlite': }
class { 'keystone':
log_verbose => true,
log_debug => true,