This snippet of a HOT-formatted template could be used by OpenStack Heat to create a distributed logical router.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heat_template_version: 2013-05-23 | |
description: > | |
A simple Heat template to create a distributed logical router. | |
resources: | |
router0: | |
type: OS::Neutron::Router | |
properties: | |
admin_state_up: True | |
name: distributed-router | |
value_specs: { distributed: "True" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment