Merge "Remove unused import logging"

This commit is contained in:
Jenkins
2016-03-21 03:28:39 +00:00
committed by Gerrit Code Review

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'