openstack-ansible/rpc_deployment/library
David Wittman 7032f4bb1e Idempotency for LXC cloning
Previously, clone operations where the new container already exists were
reporting as failed. This commit modifies that behavior so that if the
new container exists, it returns the facts for that container instead of
failing.

To facilitate these changes, a _container_exists method was added which
returns True or False based on whether or not the container name is in
the output from self._list().

I also made a few fixes in the documentation by removing trailing spaces
and fixing a typo in the state on line 222.
2014-09-29 12:31:10 -05:00
..
keystone Initial Commit 2014-08-26 18:08:15 -05:00
lxc Idempotency for LXC cloning 2014-09-29 12:31:10 -05:00
memcached added missing deps 2014-09-12 13:10:23 -05:00
name2int Initial Commit 2014-08-26 18:08:15 -05:00
swift Initial Commit 2014-08-26 18:08:15 -05:00