Enable cert and volume service in nova:all

This commit is contained in:
Derek Higgins
2012-04-11 16:05:13 +00:00
parent f7ca79ac29
commit ff432d205f

View File

@@ -83,9 +83,9 @@ class nova::all(
host => $db_host,
}
class { 'nova::cert': }
class { 'nova::cert': enabled => true }
class { 'nova::volume': }
class { 'nova::volume': enabled => true }
class { 'nova::vncproxy': }