Created
December 15, 2014 16:02
-
-
Save diegows/53cf1da755ecbcf6099d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-12-15 11:00:05,235 [salt.loaded.int.module.saltutil][INFO ] Copying '/var/cache/salt/minion/files/base/_modules/openstack.py' to '/var/cache/salt/minion/extmods/modules/openstack.py' | |
2014-12-15 11:00:05,271 [salt.minion ][INFO ] Returning information for job: 20141215110003484516 | |
2014-12-15 11:00:05,572 [salt.loader ][WARNING ] Failed to import module openstack, this is due most likely to a syntax error. Traceback raised: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 903, in load_modules | |
), fn_, path, desc | |
File "/var/cache/salt/minion/extmods/modules/openstack.py", line 3, in <module> | |
mine_get = __salt__['mine.get'] | |
NameError: name '__salt__' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment