From 162203cd90c06230c2f458831319925c262fa3b2 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 5 Jul 2018 11:28:33 +0200 Subject: [PATCH] Fix typo in magnum::clients classes Using magnum::clietns instead of magnum::clients for the default values causing it to not work. Change-Id: Ie06d7ac340a00c1d249f5272e70d0244e4d74526 --- manifests/clients/barbican.pp | 2 +- manifests/clients/glance.pp | 2 +- manifests/clients/heat.pp | 2 +- manifests/clients/magnum.pp | 2 +- manifests/clients/neutron.pp | 2 +- manifests/clients/nova.pp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/clients/barbican.pp b/manifests/clients/barbican.pp index 13cf35f..d92efa0 100644 --- a/manifests/clients/barbican.pp +++ b/manifests/clients/barbican.pp @@ -16,7 +16,7 @@ class magnum::clients::barbican( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, ){ include ::magnum::deps diff --git a/manifests/clients/glance.pp b/manifests/clients/glance.pp index 60d7345..2bd3db5 100644 --- a/manifests/clients/glance.pp +++ b/manifests/clients/glance.pp @@ -37,7 +37,7 @@ class magnum::clients::glance( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '2', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, diff --git a/manifests/clients/heat.pp b/manifests/clients/heat.pp index 243f3f2..6ee99c0 100644 --- a/manifests/clients/heat.pp +++ b/manifests/clients/heat.pp @@ -37,7 +37,7 @@ class magnum::clients::heat( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '1', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, diff --git a/manifests/clients/magnum.pp b/manifests/clients/magnum.pp index a5318b4..c3ec388 100644 --- a/manifests/clients/magnum.pp +++ b/manifests/clients/magnum.pp @@ -16,7 +16,7 @@ class magnum::clients::magnum( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, ){ include ::magnum::deps diff --git a/manifests/clients/neutron.pp b/manifests/clients/neutron.pp index ec5bfd5..2041778 100644 --- a/manifests/clients/neutron.pp +++ b/manifests/clients/neutron.pp @@ -32,7 +32,7 @@ # class magnum::clients::neutron( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file, $key_file = $magnum::clients::key_file, diff --git a/manifests/clients/nova.pp b/manifests/clients/nova.pp index aecdbad..e2568d0 100644 --- a/manifests/clients/nova.pp +++ b/manifests/clients/nova.pp @@ -37,7 +37,7 @@ class magnum::clients::nova( $region_name = $magnum::clients::region_name, - $endpoint_type = $magnum::clietns::endpoint_type, + $endpoint_type = $magnum::clients::endpoint_type, $api_version = '2', $ca_file = $magnum::clients::ca_file, $cert_file = $magnum::clients::cert_file,