Remove default value for mem_limit to keep up with docker-py

Change-Id: I04d9be374de7bf00cf89cc6e24aa749cb6686a16
Closes-Bug: 1521109
This commit is contained in:
Jiří Suchomel 2015-11-30 10:25:09 +01:00
parent 9e2e459def
commit b78f5189d1
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ class DockerContainer(resource.Resource):
),
MEMORY: properties.Schema(
properties.Schema.INTEGER,
_('Memory limit (Bytes).'),
default=0
_('Memory limit (Bytes).')
),
PORT_SPECS: properties.Schema(
properties.Schema.LIST,