Cross Reference: log.py.patch
xref
: /
solaris-userland
/
components
/
openstack
/
cloudbase-init
/
patches
/
log.py.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
log.py.patch revision 5416
5416
N/A
Patch out the import of serial, which causes a traceback on initialization of
5416
N/A
cloudbase-init. Either we import pyserial or some form of restructuring should
5416
N/A
happen upstream as few platforms seem likely to find logging to serial to be
5416
N/A
useful.
5416
N/A
5416
N/A
---
ORIGINAL/log.py
2016-01-25 16:11:17.453264452 -0800
5416
N/A
+++
cloudbase-init-0.9.9/cloudbaseinit/utils/log.py
2016-01-25 16:11:31.787933714 -0800
5416
N/A
@@ -13,7 +13,6 @@
5416
N/A
# under the License.
5416
N/A
5416
N/A
import logging
5416
N/A
-import serial
5416
N/A
import six
5416
N/A
5416
N/A
from oslo_config import cfg