Allow extend cap for addons (#77)

* Allow extend cap for addons

* cleanup
This commit is contained in:
Pascal Vizeli
2017-06-05 12:46:45 +02:00
committed by GitHub
parent 99fa91f480
commit 99aa438817
4 changed files with 13 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ ATTR_DEVICES = 'devices'
ATTR_ENVIRONMENT = 'environment'
ATTR_HOST_NETWORK = 'host_network'
ATTR_TMPFS = 'tmpfs'
ATTR_PRIVILEGED = 'privileged'
STARTUP_INITIALIZE = 'initialize'
STARTUP_BEFORE = 'before'