Skip to content

Commit

Permalink
mark zookeeper discovery implemented
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <[email protected]>
  • Loading branch information
chanwit committed Jan 8, 2015
1 parent 1e2e608 commit 5d5d7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Docker Swarm Roadmap
* [ ] Pluggable scheduler
* [ ] Discovery backends
* [x] etcd
* [ ] zookeeper
* [x] zookeeper
* [x] consul
* [x] hub
* [x] file
2 changes: 1 addition & 1 deletion flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var (
flDiscovery = cli.StringFlag{
Name: "discovery",
Value: "",
Usage: "DiscoveryService to use [token://<token>, etcd://<ip1>,<ip2>/<path>, file://path/to/file, consul://<addr>/<path>]",
Usage: "DiscoveryService to use [token://<token>, etcd://<ip1>,<ip2>/<path>, file://path/to/file, consul://<addr>/<path>, zk://<ip1>,<ip2>/<path>]",
EnvVar: "SWARM_DISCOVERY",
}
flAddr = cli.StringFlag{
Expand Down

0 comments on commit 5d5d7bf

Please sign in to comment.