thefactory/marathon-python

InvalidChoiceError when container type is "MESOS"

Closed this issue · 1 comments

In this line: https://github.com/thefactory/marathon-python/blob/master/marathon/models/container.py#L18 the listed choices for container type contains only "DOCKER", but Marathon supports "MESOS" here as well. So, using the MESOS type throws an exception when it should not.

Resolved by #154