Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created May 29, 2014 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottslowe/6affeae4551e4fb0aafb to your computer and use it in GitHub Desktop.
Save scottslowe/6affeae4551e4fb0aafb to your computer and use it in GitHub Desktop.
This snippet of a HOT-formatted template could be used by OpenStack Heat to create a distributed logical router.
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