FQDN instead of hostname on network_creation

Change-Id: I8f423a4ba78442f0b9897222b656c123eddaf7da
This commit is contained in:
Alejandro Andreu 2017-02-03 10:27:13 +01:00
parent d13536855f
commit c93158418e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
},