Skip to content

Commit

Permalink
Change keystone class to inherit keystone::params
Browse files Browse the repository at this point in the history
The keystone class should inherit keystone::params, so default
parameter values are available.

Change-Id: I7d5ca882c52567687df96ef1114cbb6cf8e8b2bf
Closes-Bug: 1375465
  • Loading branch information
Mike Dorman committed Sep 29, 2014
1 parent 0a97d98 commit 605161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
$mysql_module = undef,
$sql_connection = undef,
$idle_timeout = undef,
) {
) inherits keystone::params {

if ! $catalog_driver {
validate_re($catalog_type, 'template|sql')
Expand Down

0 comments on commit 605161f

Please sign in to comment.