Replaces hostname by fqdn on network_creation resource

Change-Id: I75a2930de0fc23cf44a35ad3dfef460368dd3f81
This commit is contained in:
Alejandro Andreu 2016-08-11 17:15:02 +02:00 committed by Alex Ruiz Estradera
parent 0467dbbeeb
commit a82a238d3c

View File

@ -151,7 +151,7 @@ define midonet::resources::network_creation(
neutron_port { $port_name:
network_name => $edge_network_name,
binding_host_id => $::hostname,
binding_host_id => $::fqdn,
binding_profile => {
'interface_name' => c7_int_name($port_interface_name)
},