ansible/cloud/lxc
Kevin Carter d3b3d7ff3c Fix the lxc container restart state
The lxc container restart state does not ensure that the container
is in fact started unless another config or command is passed into
the task. to fix this the module simply needs to have the function
call added ``self._container_startup()`` after the container is
put into a stopped state.

Signed-off By: Kevin Carter <kevin.carter@rackspace.com>
2015-06-13 13:56:26 -05:00
..
__init__.py Added new module to support LXC containers 2014-11-27 10:47:33 -06:00
lxc_container.py Fix the lxc container restart state 2015-06-13 13:56:26 -05:00