Remove duplicate LOG intit line in winrmlistener

Change-Id: Ibe9af7ab22c2c07c58594c76ef8e1bba51ad8f17
This commit is contained in:
Cosmin Poieana
2015-06-24 23:50:02 +03:00
parent 083c555dd7
commit e83892cde9

View File

@@ -22,8 +22,6 @@ from cloudbaseinit.utils.windows import winrmconfig
from cloudbaseinit.utils.windows import x509
LOG = logging.getLogger(__name__)
opts = [
cfg.BoolOpt('winrm_enable_basic_auth', default=True,
help='Enables basic authentication for the WinRM '