Functions are required to parse localrc
This is essentially a revert of
73695d0ea4
. Since stackrc is
responsible for sourcing localrc, the required functions
are necessary (like for enable_service).
fixes bug 1186488
Change-Id: Iad90f802e77b94416821008c294c1a2ede8a4729
This commit is contained in:
parent
88494ffb3c
commit
ebdd61d136
3
openrc
3
openrc
@ -20,6 +20,9 @@ fi
|
|||||||
# Find the other rc files
|
# Find the other rc files
|
||||||
RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
|
RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
|
||||||
|
|
||||||
|
# Import common functions
|
||||||
|
source $RC_DIR/functions
|
||||||
|
|
||||||
# Load local configuration
|
# Load local configuration
|
||||||
source $RC_DIR/stackrc
|
source $RC_DIR/stackrc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user