diff options
-rw-r--r-- | debian/open-infrastructure-container-tools.NEWS | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/debian/open-infrastructure-container-tools.NEWS b/debian/open-infrastructure-container-tools.NEWS index 1285baf..c515255 100644 --- a/debian/open-infrastructure-container-tools.NEWS +++ b/debian/open-infrastructure-container-tools.NEWS @@ -23,10 +23,10 @@ open-infrastructure-container-tools (20170629-1) unstable; urgency=low entangle shared storage/automatically start at boot time support: - old: cnt.auto=true + old: cnt.auto=true - new: cnt.auto=true - cnt.container-server=${FQDN} + new: cnt.auto=true + cnt.container-server=${FQDN} whereas ${FQDN} needs to be replaced with the actual hostname of the container server. @@ -81,21 +81,21 @@ open-infrastructure-container-tools (20160515-1) unstable; urgency=low - container network configuration in the [start] section for multi-interface support: - old: network-veth=yes - network-bridge=br0 + old: network-veth=yes + network-bridge=br0 - new: cnt.network-bridge=veth-foo:br0 - network-veth-extra=veth-foo:eth0 - cnt.network-bridge=veth-bar:br1 - network-veth-extra=veth-bar:eth1 + new: cnt.network-bridge=veth-foo:br0 + network-veth-extra=veth-foo:eth0 + cnt.network-bridge=veth-bar:br1 + network-veth-extra=veth-bar:eth1 - - default container network device switched from host0 to eth0. - - container start in background by default. - - container-autostart has been renamed to container-auto. - - container autostart configuration in the [start] section: + - default container network device switched from host0 to eth0. + - container start in background by default. + - container-autostart has been renamed to container-auto. + - container autostart configuration in the [start] section: - old: cnt.autostart=true|FQDN - new: cnt.auto=true|FQDN + old: cnt.autostart=true|FQDN + new: cnt.auto=true|FQDN -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 18 May 2016 18:36:07 +0200 |