Renamse privatecloud to cloud

Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
Emilien Macchi
2014-01-14 13:43:00 -05:00
parent b769a6d74f
commit 4361f449c8
67 changed files with 162 additions and 162 deletions

View File

@@ -17,7 +17,7 @@
# Could be managed by spof node as Active / Passive.
#
class privatecloud::orchestration::engine(
class cloud::orchestration::engine(
$enabled = true,
$ks_heat_public_host = $os_params::ks_heat_public_host,
$ks_heat_public_proto = $os_params::ks_heat_public_proto,
@@ -27,7 +27,7 @@ class privatecloud::orchestration::engine(
$auth_encryption_key = $os_params::heat_auth_encryption_key
) {
include 'privatecloud::orchestration'
include 'cloud::orchestration'
class { 'heat::engine':
enabled => $enabled,