diff options
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/validator.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/api/validator.py b/nova/api/validator.py index ddcc3ed2a..9304387fd 100644 --- a/nova/api/validator.py +++ b/nova/api/validator.py @@ -17,10 +17,12 @@ # under the License. import base64 -import logging import re import socket +from nova.openstack.common import log as logging + + LOG = logging.getLogger(__name__) |
