These classes are private and should never be
used outside of it's module.
Change-Id: Ibe65fa54f112e5e697a25cd68c6a4f3d89ef104d
# Ceilometer anchors and dependency management
#
class ceilometer::deps {
+
+ assert_private()
+
# Setup anchors for install, config and service phases of the module. These
# anchors allow external modules to hook the begin and end of any of these
# phases. Package or service management can also be replaced by ensuring the
# should be considered to be constant
#
class ceilometer::params {
+
+ assert_private()
+
include openstacklib::defaults
$dbsync_command = 'ceilometer-upgrade'