mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

FATA[0000] No registry specified #27

Closed micahlmartin closed 8 years ago

micahlmartin commented 8 years ago

If the --consul flag isn't passed in on startup this error is thrown.

ChrisAubuchon commented 8 years ago

Misguided attempt to support multiple backend registries. Commit https://github.com/CiscoCloud/mesos-consul/commit/d4aba32b34fbb588e4889ce036ed47aede6b0554 removes the requirement for --consul

micahlmartin commented 8 years ago

:+1: Thanks for fixing so quickly.