Skip to content

Commit

Permalink
Update glance/keystone declarations
Browse files Browse the repository at this point in the history
use debug,verbose
  • Loading branch information
Dan Bode committed Oct 14, 2012
1 parent 4b79fc4 commit 706f842
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions examples/all.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
class { 'keystone':
admin_token => $keystone_admin_token,
bind_host => '127.0.0.1',
log_verbose => true,
log_debug => true,
verbose => true,
debug => true,
catalog_type => 'sql',
}
# set up keystone admin users
Expand All @@ -97,8 +97,8 @@
}

class { 'glance::api':
log_verbose => 'True',
log_debug => 'True',
verbose => 'True',
debug => 'True',
auth_type => 'keystone',
auth_host => '127.0.0.1',
auth_port => '35357',
Expand All @@ -109,8 +109,8 @@
class { 'glance::backend::file': }

class { 'glance::registry':
log_verbose => 'True',
log_debug => 'True',
verbose => 'True',
debug => 'True',
auth_type => 'keystone',
auth_host => '127.0.0.1',
auth_port => '35357',
Expand Down
12 changes: 6 additions & 6 deletions examples/multi.pp
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
class { 'keystone':
admin_token => $keystone_admin_token,
bind_host => '127.0.0.1',
log_verbose => true,
log_debug => true,
verbose => true,
debug => true,
catalog_type => 'sql',
}
# set up keystone admin users
Expand All @@ -117,8 +117,8 @@
}

class { 'glance::api':
log_verbose => 'True',
log_debug => 'True',
verbose => 'True',
debug => 'True',
auth_type => 'keystone',
auth_host => '127.0.0.1',
auth_port => '35357',
Expand All @@ -129,8 +129,8 @@
class { 'glance::backend::file': }

class { 'glance::registry':
log_verbose => 'True',
log_debug => 'True',
verbose => 'True',
debug => 'True',
auth_type => 'keystone',
auth_host => '127.0.0.1',
auth_port => '35357',
Expand Down
4 changes: 2 additions & 2 deletions examples/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@
password => 'keystone'
}
class { 'keystone':
log_verbose => true,
log_debug => true,
verbose => true,
debug => true,
catalog_type => 'sql',
}->
class { 'keystone::mysql':
Expand Down
4 changes: 2 additions & 2 deletions tests/ubuntu/cc.pp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}

class { "glance::api":
log_verbose => 'true',
log_debug => 'true',
verbose => 'true',
debug => 'true',
}
class { "glance::registry":
log_verbose => 'true',
Expand Down

0 comments on commit 706f842

Please sign in to comment.