salt/doc
Erik Johnson 774a3f1147 Rename docker execution module to avoid shadowing in the loader
With the merging of #39996, salt/modules/docker.py now imports
salt.utils.docker. However, our loader appends the module dir (in
this case salt/modules/) to sys.path temporarily for the length of the
loading process. So, as the docker execution module tries to import
salt.utils.docker, when salt.utils.docker attempts to do an "import
docker", and docker-py is *not* installed, this results in
salt/modules/docker.py (the docker execution module) being loaded in its
place, which results in tracebacks in the minion log.

Renaming the docker execution module keeps this import shadowing from
occurring. Note that we don't need to do this for the placeholder
salt/states/docker.py as it does not import salt.utils.docker.
2017-03-28 10:50:47 -05:00
..
_ext Remove docs mocks for msgpack and psutils 2016-08-24 22:55:11 +09:00
_incl Remove ":doc:" references from a bunch of doc/* files 2016-12-15 16:09:27 -07:00
_static Add ability to clone from a snapshot to salt-cloud vmware driver 2016-09-12 14:49:20 -04:00
_templates Remove the rc sidebar entry 2015-05-11 16:32:47 -06:00
_themes add Salt Enterprise photo 2017-02-16 11:50:28 -07:00
.scripts Remove raw string formatting in doc/, salt/auth/, and salt/cloud/ 2015-08-24 17:48:10 -05:00
.tx Remove deprecated vsphere cloud driver in Carbon release 2016-08-05 16:16:12 -06:00
cheatsheet re-add cheatsheet do-over 2015-09-17 09:32:52 -06:00
man Add key_text option to apt pkgrepo.managed (closes #37936) 2017-03-16 00:25:21 +11:00
ref Rename docker execution module to avoid shadowing in the loader 2017-03-28 10:50:47 -05:00
security Fixing more sphinx/docs errors and warnings 2015-05-16 19:24:04 -04:00
topics Add warning about possible replaced containers on first run after upgrade 2017-03-22 09:19:20 -05:00
apidoc-saltmods.sh New doc site layout, 2016.3.0 release note known issue additions 2016-05-25 17:39:55 -06:00
conf.py [develop] Bump latest release version to 2016.11.3 2017-02-28 09:03:40 -07:00
contents.rst Add documentation for the Minion data cache 2017-01-19 15:53:22 -07:00
faq.rst Merge branch '2016.11' into 'develop' 2017-03-16 17:23:57 -06:00
gen_gource Remove trailing white spaces in documentation files 2016-03-01 17:36:23 +02:00
glossary.rst Merge branch '2016.11' into 'develop' 2017-02-09 10:29:40 -07:00
Makefile Whitespace fix in docs Makefile 2017-02-09 19:19:09 +01:00
spelling_wordlist.txt Remove dockerio state/module (moved to salt-contrib) 2017-02-18 21:58:24 -06:00