Skip to content

Instantly share code, notes, and snippets.

@kordless
Created November 20, 2012 19:02
Show Gist options
  • Select an option

  • Save kordless/4120226 to your computer and use it in GitHub Desktop.

Select an option

Save kordless/4120226 to your computer and use it in GitHub Desktop.
Running Windows on OpenStack for StackGeek
# 'title' should be 50 characters or less, as a rule of thumb
# 'summary' will be used as the article summary on some pages instead of the article text
# 'published' is an epoch timestamp. you can convert your timestamps here: http://www.epochconverter.com/
# 'type' can be one of ['post', 'guide', 'video'] and is used for routing articles to the correct pages
title: Running Windows on OpenStack
author: http://github.com/kordless
summary: A guide for running Windows on OpenStack Folsom.
published: 1353438135
type: guide

Running Windows on OpenStack

A guide for running Windows on OpenStack Folsom.

Emphasis

*italic*   **bold**
_italic_   __bold__

Links

An [example](http://url.com/ "Title")

Images

![alt text](/path/img.jpg "Title")
![alt text][id]
[id]: /url/to/img.jpg "Title"

Headers

Header 1
========

Header 2
--------

# Header 1 #

## Header 2 ##

###### Header 6

Lists

1.  Foo
2.  Bar

*   A list item.
*   Bar

*   Abacus
	* answer
*   Bubbles
	1.  bunk
	2.  bupkis
		* BELITTLER
	3. burper
*   Cunning

Blockquotes

> Email-style angle brackets
> are used for blockquotes.

> > And, they can be nested.

> #### Headers in blockquotes
> 
> * You can quote a list.
> * Etc.

Code Spans

`<code>` spans are delimited
by backticks.

You can include literal backticks
like `` `this` ``.

Preformatted Code Blocks

This is a normal paragraph.

    This is a preformatted
    code block.

Horizontal Rules

---

* * *

- - - - 

Manual Line Breaks

Roses are red,   
Violets are blue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment