Skip to content

Instantly share code, notes, and snippets.

@stephenfin
stephenfin / devstack-two-node.rst
Last active November 3, 2021 09:58
Sample DevStack 'local.conf's for two-node deployments

DevStack, Two Node

Overview

Nodes

2

Version

Xena

Prerequisites

@stephenfin
stephenfin / devstack-ovs.rst
Last active July 12, 2021 14:39
Sample DevStack 'local.conf' using OVS

DevStack, Single Node, OVS

Overview

Nodes

1

Version

Ussuri

Prerequisites

@stephenfin
stephenfin / sample-series.patch
Created February 12, 2017 22:14
Sample Patchwork Series
From stephen@that.guru Wed Feb 8 09:15:15 2017
From: stephen@that.guru (Stephen Finucane)
Date: Tue, 7 Feb 2017 22:15:15 +0000
Subject: [PATCH v2 0/9] Add support for download series mboxes
Message-ID: <20170207221524.22394-1-stephen@that.guru>
We now support series, but we don't support any way of making use of
these from within the UI. Correct this oversight by integrating a
"download series" button on all patch pages along with ways to download
both entire series and individual patches with dependencies.
@stephenfin
stephenfin / pyvi
Created February 6, 2017 14:39
pyvi
#!/usr/bin/env python
# Converts a Python path to a folder path and open Vim on the relevant
# lines.
#
# Usage:
#
# pyvi <python_module_path>
#
# For example:
@stephenfin
stephenfin / sphinx-cheatsheet.rst
Last active September 28, 2016 09:49
Sphinx cheatsheet

Sphinx cheatsheet

A continuously updated collection of handy directives, many of which can be hard to find (IMO)

doc

Crossreference other documents in your doc tree. Less overhead than the ref directive.