Skip to content
Snippets Groups Projects
Commit 3fc398b5 authored by Riccardo Bucchi's avatar Riccardo Bucchi
Browse files

resolved right mtu variable and removed sharednetwork from network node

parent 0f83b8dc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class iaas::profile::neutron::router (
$region = hiera('iaas::region', undef),
$endpoint = hiera('iaas::role::endpoint::main_address', undef),
$mtu = 1438,
$mtu = hiera('iaas::profile::neutron::router::mtu', 1438),
) {
......@@ -315,8 +315,4 @@ notify { "br-ex2: $::brex2_eval":
}
}
##Public/private network configuration for tenant - added
class { '::iaas::setup::sharednetwork': }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment