Skip to content
Snippets Groups Projects
Commit 02752892 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Main comment updated

parent 0dd1af37
No related branches found
No related tags found
No related merge requests found
# A convenience method to set up a router between # A convenience method to set up a router between
# a private subnet and the public network. The # a private subnet and the public network. The
# $title of the resource is 'routername:subnet', # $title of the resource is 'routername:subnet',
# where tenant is the name of the tenant to assign # where routername is the name of the router to assign
# the router to and subnet is the name of the # to the tenant "test" and subnet is the name of the
# subnet to connect the router to. # subnet to connect the router to.
define iaas::setup::router { define iaas::setup::router {
...@@ -36,4 +36,4 @@ define iaas::setup::router { ...@@ -36,4 +36,4 @@ define iaas::setup::router {
} }
} }
} }
\ No newline at end of file
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