diff options
-rw-r--r-- | nova/virt/xenapi/agent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/xenapi/agent.py b/nova/virt/xenapi/agent.py index 33a778d9f..577e6fcf5 100644 --- a/nova/virt/xenapi/agent.py +++ b/nova/virt/xenapi/agent.py @@ -15,6 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. +import base64 import binascii import os import time |