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:
Sean Dague 2013-09-11 14:08:59 -04:00
parent ac369d68d8
commit d02287e5e6
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ GetDistro
source $TOP_DIR/lib/database
source $TOP_DIR/lib/rpc_backend
source $TOP_DIR/lib/oslo
source $TOP_DIR/lib/tls
source $TOP_DIR/lib/horizon
source $TOP_DIR/lib/keystone