Browse code

make stackrc source localrc

termie authored on 2011/09/29 07:04:01
Showing 2 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 proto
2 2
 *~
3
+localrc
... ...
@@ -34,3 +34,6 @@ OPENSTACKX_BRANCH=diablo
34 34
 # openstack-munin is a collection of munin plugins for monitoring the stack
35 35
 MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git
36 36
 MUNIN_BRANCH=master
37
+
38
+# allow local overwrites
39
+[ -f ./localrc ] && source ./localrc