Docs: correct static node uniqueness constraint

The docs misrepresented which attributes must be unique for static
nodes.  Correct them as updated in https://review.opendev.org/#/c/659209/5

Change-Id: I494dc2f93accd72bdb472d3a8abc3027e1d8511e
This commit is contained in:
James E. Blair 2020-10-06 16:42:11 -07:00 committed by Antoine Musso
parent 7ff91dd364
commit f522ab32fc
1 changed files with 5 additions and 2 deletions

View File

@ -76,8 +76,11 @@ Selecting the static driver adds the following options to the
:type: str
:required:
The hostname or ip address of the static node. This must be
unique across all nodes defined within the configuration file.
The hostname or ip address of the static node. The combination of
``name``, :attr:`providers.[static].pools.nodes.username`, and
:attr:`providers.[static].pools.nodes.connection-port`
must be unique across all nodes defined within the configuration
file.
.. attr:: labels
:type: list