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
This commit is contained in:
parent
2d9f778634
commit
162203cd90
manifests/clients
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user