This error keeps repeating when I run the following:
+ salt-call --local --file-root /srv/salt --pillar-root /srv/pillar state.highstate
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
[ERROR ] boto_route53 requires at least boto 2.35.0.
local:
I don't use boto_route53 at all so not sure why its giving me an error.
Salt versions:
# salt-call --versions-report
Salt Version:
Salt: 2016.3.2
Dependency Versions:
cffi: 0.8.6
cherrypy: Not Installed
dateutil: 1.5
gitdb: Not Installed
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: 0.21.1
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.7
mysql-python: Not Installed
pycparser: 2.14
pycrypto: 2.6.1
pygit2: Not Installed
Python: 2.7.5 (default, Oct 11 2015, 17:47:16)
python-gnupg: Not Installed
PyYAML: 3.11
PyZMQ: 15.3.0
RAET: Not Installed
smmap: Not Installed
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4
System Versions:
dist: redhat 7.2 Maipo
machine: x86_64
release: 3.10.0-327.el7.x86_64
system: Linux
version: Red Hat Enterprise Linux Server 7.2 Maipo
@furlongm i'm not able to replicate this on rhel7,cent7 or fedora22. Do you only see this when ONLY running a highstate or with other salt-call
commands? If so what sort of state modules are you using in your highstate?
I'm seeing this from salt-call and in minion logs as well. Not sure why this just started all of a sudden. I do have an older version of python-boto installed (it's a dep of cloud-init).
I'm kind of torn on things like this. On one hand it's helpful to know when things you want to use are busted (and why). On the other hand, I don't really care about this particular module, boto was just pulled in by cloud-init. And seeing the error on every command is sort of annoying.
I've been seeing this for a while as well, but wasn't bothered enough to do something about it. Looks like it was fixed here, currently in develop. Maybe tag it for backporting?
Is there perhaps a config directive that will make this message go away?
There is not a config directive unfortunately. I have tagged the pull request above to be backported to 2016.3
This is fixed for me now, closing.
Most helpful comment
I've been seeing this for a while as well, but wasn't bothered enough to do something about it. Looks like it was fixed here, currently in develop. Maybe tag it for backporting?