Include openstacklib defaults manifest.

This provides a mechanism for setting default across all modules.

Change-Id: Ifdf4791dac86afd5fac47ccf00595e616d94d736
Related-Bug: 1599113
This commit is contained in:
Sofer Athlan-Guyot
2016-07-07 12:01:03 +02:00
committed by Athlan-Guyot sofer
parent 9232b22c38
commit a75d97af80

View File

@@ -3,6 +3,7 @@
# These parameters need to be accessed from several locations and # These parameters need to be accessed from several locations and
# should be considered to be constant # should be considered to be constant
class nova::params { class nova::params {
include ::openstacklib::defaults
case $::osfamily { case $::osfamily {
'RedHat': { 'RedHat': {