Newer
Older
class iaas::profile::auth_file (
$admin_password = 'admin',
$admin_tenant = 'admin',
Alessandro Costantini
committed
$region = undef,
Alessandro Costantini
committed
$endpoint_hostname = undef,
) {
class { 'iaas::resources::auth_file':
admin_tenant => $admin_tenant,
admin_password => $admin_password,
region_name => $region,
controller_node => $endpoint_hostname,