diff --git a/manifests/profile/neutron/router.pp b/manifests/profile/neutron/router.pp index 9b56338671d0a9d64c8b422b392a42b920496cc4..8f3c68cb881d7795968c72c3f83bfae688d57a3e 100644 --- a/manifests/profile/neutron/router.pp +++ b/manifests/profile/neutron/router.pp @@ -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': } - }