import lib/oslo so we can clean it up
we were calling cleanup_oslo, however we weren't importing lib/oslo, so that was just throwing an error message and moving on. Let's stop doing that and actually clean up oslo. Change-Id: I48340a8b3d5b50477fb5a7e2ce0bed27deb3ec01
This commit is contained in:
parent
ac369d68d8
commit
d02287e5e6
1
clean.sh
1
clean.sh
@ -33,6 +33,7 @@ GetDistro
|
|||||||
source $TOP_DIR/lib/database
|
source $TOP_DIR/lib/database
|
||||||
source $TOP_DIR/lib/rpc_backend
|
source $TOP_DIR/lib/rpc_backend
|
||||||
|
|
||||||
|
source $TOP_DIR/lib/oslo
|
||||||
source $TOP_DIR/lib/tls
|
source $TOP_DIR/lib/tls
|
||||||
source $TOP_DIR/lib/horizon
|
source $TOP_DIR/lib/horizon
|
||||||
source $TOP_DIR/lib/keystone
|
source $TOP_DIR/lib/keystone
|
||||||
|
Loading…
Reference in New Issue
Block a user