Replaces hostname by fqdn on network_creation resource
Change-Id: I75a2930de0fc23cf44a35ad3dfef460368dd3f81
This commit is contained in:
parent
0467dbbeeb
commit
a82a238d3c
@ -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)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user