diff options
| -rw-r--r-- | nova/auth/signer.py | 2 |
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 |
