FQDN instead of hostname on network_creation
Change-Id: I8f423a4ba78442f0b9897222b656c123eddaf7da
This commit is contained in:
parent
d13536855f
commit
c93158418e
@ -154,7 +154,7 @@ include stdlib
|
||||
|
||||
ensure => present,
|
||||
network_name => $edge_network_name,
|
||||
binding_host_id => pick($binding_host_id,$::hostname),
|
||||
binding_host_id => pick($binding_host_id,$::fqdn),
|
||||
binding_profile => {
|
||||
'interface_name' => c7_int_name($port_interface_name)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user