summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorHengqing Hu <hudayou@hotmail.com>2012-03-02 22:05:55 +0800
committerHengqing Hu <hudayou@hotmail.com>2012-03-06 17:44:31 +0800
commitdb056da98252e02ab3a10045a65b2d6a6972c6b0 (patch)
treea18f8d941efd513f35d224335020b8734429bd23 /nova
parent89797436539478a8409352f4d805b3f41510b91f (diff)
downloadnova-db056da98252e02ab3a10045a65b2d6a6972c6b0.tar.gz
nova-db056da98252e02ab3a10045a65b2d6a6972c6b0.tar.xz
nova-db056da98252e02ab3a10045a65b2d6a6972c6b0.zip
Provide a provider for boto.utils
Fixes bug #945355 Change-Id: I0b09f6d8d2373f52359806945de467585421fb65
Diffstat (limited to 'nova')
-rw-r--r--nova/auth/signer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/auth/signer.py b/nova/auth/signer.py
index 18dba5a05..cd4c7e253 100644
--- a/nova/auth/signer.py
+++ b/nova/auth/signer.py
@@ -50,6 +50,8 @@ import urllib
# NOTE(vish): for new boto
import boto
+# for boto.utils
+import boto.provider
# NOTE(vish): for old boto
import boto.utils