Merge branch 'komamitsu-fix-doc-meta-to-nodemeta'

This commit is contained in:
Frank Schroeder 2017-09-11 13:02:23 +02:00
commit 42a6c9f13e
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 3 additions and 3 deletions

View File

@ -408,8 +408,8 @@ $ 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" "somekey": "somevalue"
}, },
"CreateIndex": 51, "CreateIndex": 51,
"ModifyIndex": 51, "ModifyIndex": 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