diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:05:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:17:55 +0000 |
commit | e773a75bae696e70fc54cb70e42df5513b5fc286 (patch) | |
tree | bbd4b08500b88f090f75eb98ac685627e3b8e97e /share/config/container.conf.in | |
parent | Removing key command until its completly tested. (diff) | |
download | compute-tools-e773a75bae696e70fc54cb70e42df5513b5fc286.tar.xz compute-tools-e773a75bae696e70fc54cb70e42df5513b5fc286.zip |
Removing limit command until its completly tested.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/config/container.conf.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/share/config/container.conf.in b/share/config/container.conf.in index ebf91b9..b0f35cb 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -1,6 +1,5 @@ -# compute-tools: @NAME@ +# /etc/open-infrastructure/container/config/@NAME@.conf -[start] cnt.auto=@CNT_AUTO@ cnt.container-server=@CNT_CONTAINER_SERVER@ cnt.network-bridge=@CNT_NETWORK_BRIDGE@ @@ -16,13 +15,3 @@ machine=@MACHINE@ network-veth-extra=@NETWORK_VETH_EXTRA@ private-users=@PRIVATE_USERS@ register=@REGISTER@ - -[limit] -BlockIODeviceWeight= -BlockIOReadBandwidth= -BlockIOWeight= -BlockIOWriteBandwidth= -CPUQuota= -CPUShares= -MemoryLimit= -TasksMax= |