From 47de6d371a9053eb88cc15c28740cc739b8ecb73 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 21 Mar 2019 15:04:12 +0000 Subject: [PATCH] Add `implementations` to reserved bolt keywords --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f3ca1c1..138fbc38 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ The following keywords are keywords that must not be used by the transport schem * `run-on` - This is used by bolt to determine which target to proxy to. Transports should not rely on this key. * `remote-transport` - This is used to determine which transport to load. It should always be the transport class name "declassified". * `remote-*` Any key starting with `remote-` is reserved for future use. +* `implementations`: reserved by bolt Note: Currently bolt inventory requires that a name be set for every target and always uses that name as the URI. This means there is no way to specify `host` separately from the host section of the `name` when parsed as a URI.