Skip to content

Instantly share code, notes, and snippets.

@dolph
dolph / gist:8446375
Last active January 3, 2016 09:59 — forked from dstanek/gist:8446190
{
"rules": [
{
"local": [
{
"user": {
"name": "$0 $1",
"email": "$2"
}
}
@dolph
dolph / openstack-selftest.sh
Created November 7, 2011 17:43 — forked from anotherjesse/openstack.sh
OpenStack testing using devstack & openstack-integration-tests
#!/usr/bin/env bash
# perform any necessary updates
apt-get update
apt-get upgrade -y
# install git so we can download devstack & integration tests
apt-get install git -y
# download, configure, and run devstack
git clone https://github.com/cloudbuilders/devstack.git
cd devstack
echo KEYSTONE_REPO=git://github.com/openstack/keystone.git >> localrc