summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-04 02:30:28 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-03-05 23:51:40 +0000
commit0e334ad99d5b17012e5ed6cb71e86b26c1f203b8 (patch)
tree4da0fa6bb267fd08571e651d729ec10b53803442
parente9eee2cade67ba8778e59b06d2d18b01e8593110 (diff)
downloadoslo-incubator-0e334ad99d5b17012e5ed6cb71e86b26c1f203b8.tar.gz
Prevent update.py from updating policy
There won't be any code to update, so we should disable it. implements bp graduate-policy Change-Id: I4ca68e47af7b6bcd622d32ffc787884c30673327
-rw-r--r--update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.py b/update.py
index 23357f7e..09c7dc7f 100644
--- a/update.py
+++ b/update.py
@@ -191,6 +191,7 @@ OSLO_LIBS = [
'log',
'messaging',
'middleware',
+ 'policy',
'rootwrap',
'serialization',
'utils',