Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
oo-admin-ctl-district-elaborate-on-node-identity
Browse files Browse the repository at this point in the history
Fix usage information to tell the reader that a node's server identity is
its hostname.  Also, mention that regex matching is supported, and fix
a typo in the -r/--region flag description.

This commit fixes bug 1140766.
  • Loading branch information
Miciah committed Oct 11, 2015
1 parent 2f20e15 commit 94c9248
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions broker-util/oo-admin-ctl-district
Expand Up @@ -26,11 +26,12 @@ Options:
-p|--node_profile <gear_size>
Only required for create
-i|--server_identity
Node server identity (required) (may be a comma-separated list)
Node server identity (i.e., its hostname; also may be
a comma-separated list or a regex enclosed in slashes) (required)
-a|--available
On add-node, add all available nodes with the right profile
-r|--region <region_name>
Region name of the server identitiy.
Region name of the server identity.
Only valid for add-node (optional) and set-region
-z|--zone <zone_name>
Zone within the region. Only valid when region is specified
Expand Down

0 comments on commit 94c9248

Please sign in to comment.