From db056da98252e02ab3a10045a65b2d6a6972c6b0 Mon Sep 17 00:00:00 2001 From: Hengqing Hu Date: Fri, 2 Mar 2012 22:05:55 +0800 Subject: Provide a provider for boto.utils Fixes bug #945355 Change-Id: I0b09f6d8d2373f52359806945de467585421fb65 --- nova/auth/signer.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit