Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.31 KB | None | 0 0
  1.  
  2.   $public_nets = get_routable_networks_for_network_role($network_scheme, 'public/vip')
  3.   openstack::firewall::multi_net {'020 ssh':
  4.     port        => $ssh_port,
  5.     proto       => 'tcp',
  6.     action      => 'accept',
  7.     source_nets => concat($public_nets, $admin_nets, $management_nets, $storage_nets),
  8.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement