Merge "assert_private() params and deps classes"

This commit is contained in:
Zuul 2020-08-02 19:11:05 +00:00 committed by Gerrit Code Review
commit bb3801835b
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# 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

View File

@ -4,6 +4,9 @@
# should be considered to be constant
#
class ceilometer::params {
assert_private()
include openstacklib::defaults
$dbsync_command = 'ceilometer-upgrade'