Browse code

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

Sean Dague authored on 2013/09/12 03:08:59
Showing 1 changed files
... ...
@@ -33,6 +33,7 @@ GetDistro
33 33
 source $TOP_DIR/lib/database
34 34
 source $TOP_DIR/lib/rpc_backend
35 35
 
36
+source $TOP_DIR/lib/oslo
36 37
 source $TOP_DIR/lib/tls
37 38
 source $TOP_DIR/lib/horizon
38 39
 source $TOP_DIR/lib/keystone