make stackrc source localrc
This commit is contained in:
parent
bd550eddeb
commit
d5e1f7ba09
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
proto
|
||||
*~
|
||||
localrc
|
||||
|
|
3
stackrc
3
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
|
||||
|
|
Loading…
Reference in a new issue