diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-01 13:23:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-29 08:46:20 +0000 |
commit | 6c75eca760619440013078068d592c5bdc646e87 (patch) | |
tree | a5616a206290ffce41af35c9c1c4a06e4c0dbafb /share/config/container.conf.in | |
parent | Removing net-tools from host-setup documentation, it is a direct depends of c... (diff) | |
download | compute-tools-6c75eca760619440013078068d592c5bdc646e87.tar.xz compute-tools-6c75eca760619440013078068d592c5bdc646e87.zip |
Renaming cnt.auto to cnt.container-server in order to split functionality of 'binding container to a specific host system' from 'starting container at system boot'.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/config/container.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/config/container.conf.in b/share/config/container.conf.in index bf1ecc5..322e2c9 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -2,6 +2,7 @@ [start] cnt.auto=@CNT_AUTO@ +cnt.container-server=@CNT_CONTAINER_SERVER@ cnt.network-bridge=@CNT_NETWORK_BRIDGE@ cnt.overlay=@CNT_OVERLAY@ bind=@BIND@ |