Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Comment: An exception occurred in this state: Traceback (most recent call last):
  2. File "/var/tmp/.root_5c1176_salt/py2/salt/state.py", line 1745, in call
  3. **cdata['kwargs'])
  4. File "/var/tmp/.root_5c1176_salt/py2/salt/loader.py", line 1702, in wrapper
  5. return f(*args, **kwargs)
  6. File "/var/tmp/.root_5c1176_salt/py2/salt/states/boto_ec2.py", line 1209, in volumes_tagged
  7. r = __salt__['boto_ec2.set_volumes_tags'](**args)
  8. File "/var/tmp/.root_5c1176_salt/py2/salt/modules/boto_ec2.py", line 1647, in set_volumes_tags
  9. raise SaltInvocationError('Tag filters must be a dictionary: got {0}'.format(filters))
  10. SaltInvocationError: Tag filters must be a dictionary: got None`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement