Bug ID | 1139801 |
---|---|
Summary | Salt Warnings in Kubic |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kubic |
Assignee | kubic-bugs@opensuse.org |
Reporter | jason.evans@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
I receive the following warnings when trying to run any salt commands in Kubic. The commands still run but encoding is deprecated. master:~ # salt '*' test.ping [WARNING ] /usr/lib/python3.7/site-packages/salt/transport/ipc.py:292: DeprecationWarning: encoding is deprecated, Use raw=False instead. self.unpacker = msgpack.Unpacker(encoding=encoding) [WARNING ] /usr/lib/python3.7/site-packages/salt/payload.py:150: DeprecationWarning: encoding is deprecated, Use raw=False instead. ret = msgpack.loads(msg, use_list=True, ext_hook=ext_type_decoder, encoding=encoding) worker2: True worker1: True