Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created May 29, 2014 05:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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