signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

API error on 1.9 when using host networking #159

Closed dspitzer closed 8 years ago

dspitzer commented 9 years ago

When using a maestro configuration with host networking (net: host), the following API error occurs: APIError: 409 Client Error: Conflict ("Conflicting options: -h and the network mode (--net)")

This seems to be due to the fact that maestro tries to set the hostname explicitly even in host networking mode.