Skip to content
Snippets Groups Projects
Commit 92474d60 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

main_hostname and main address modified

parent 4a5ef34e
No related branches found
No related tags found
2 merge requests!23Dev,!17Dev osvip2
......@@ -3,9 +3,9 @@ class iaas::profile::horizon (
$public_interface = hiera('iaas::public_interface', undef),
$admin_interface = hiera('iaas::admin_interface', undef),
$endpoint_address = hiera('iaas::role::endpoint::main_address', undef),
$endpoint_address = hiera('iaas::main_address', undef),
$endpoint_servers = hiera('iaas::role::endpoint::servers', undef),
$fqdn = hiera('iaas::role::endpoint::main_hostname', undef),
$fqdn = hiera('iaas::main_hostname', undef),
) {
class { '::horizon':
allowed_hosts => '*',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment