openstack-ansible-plugins/releasenotes/notes/container_namespaces-8a0b9af1ec09060f.yaml
Kevin Carter f9a5f9e7e3
Update the ssh plugin for selective namespaces
The ssh plugin will now use the `nsenter` command to attach to the
container instead of splitting the command functionality between nspawn
and lxc. With the use of `nsenter` we can now selectively use different
namespaces when remotely executing against a container. A new option was
added to the plugin for "container_namespaces" which is a user provided
interface for passing in the namespaces used to attach to the container.
If this option is undefined the default namespaces will be used for full
container isolation.

Change-Id: I904ee68bbc59a0ee4458401a243246bb3f4c3523
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-01 04:47:24 -06:00

7 lines
286 B
YAML

---
features:
- A new option was added to the plugin for `container_namespaces` which is a
user provided interface for passing in the namespaces used to attach to the
container. If this option is undefined the default namespaces will be used
for full container isolation.