Fix wrong field name: Meta -> NodeMeta

This commit is contained in:
Mitsunori Komatsu 2017-09-11 19:14:47 +09:00
parent cc710aed39
commit 2282f412d7
1 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ $ curl \
"lan": "192.168.10.10", "lan": "192.168.10.10",
"wan": "10.0.10.10" "wan": "10.0.10.10"
}, },
"Meta": { "NodeMeta": {
"instance_type": "t2.medium" "instance_type": "t2.medium"
}, },
"CreateIndex": 51, "CreateIndex": 51,
@ -434,7 +434,7 @@ $ curl \
- `TaggedAddresses` is the list of explicit LAN and WAN IP addresses for the - `TaggedAddresses` is the list of explicit LAN and WAN IP addresses for the
agent agent
- `Meta` is a list of user-defined metadata key/value pairs for the node - `NodeMeta` is a list of user-defined metadata key/value pairs for the node
- `CreateIndex` is an internal index value representing when the service was - `CreateIndex` is an internal index value representing when the service was
created created