From d5e1f7ba09a389db52bffe5159cc324dfae53809 Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 28 Sep 2011 17:04:01 -0500 Subject: [PATCH] make stackrc source localrc --- .gitignore | 1 + stackrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7964faa..22a7898 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ proto *~ +localrc diff --git a/stackrc b/stackrc index 2d265d3..3580ae1 100644 --- a/stackrc +++ b/stackrc @@ -34,3 +34,6 @@ OPENSTACKX_BRANCH=diablo # openstack-munin is a collection of munin plugins for monitoring the stack MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git MUNIN_BRANCH=master + +# allow local overwrites +[ -f ./localrc ] && source ./localrc