Remove unused import logging

The code is not useful.

Change-Id: I007179b0cd06a161cf255244e69a7820c9cbdd0a
Closes-bug: #1529541
This commit is contained in:
LiuNanke
2016-01-06 23:12:42 +08:00
parent a6ee585aaa
commit 6d26923884

View File

@@ -10,11 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from barbicanclient import client
LOG = logging.getLogger(__name__)
DEFAULT_API_VERSION = '1'
API_VERSION_OPTION = 'os_key_manager_api_version'