Remove unused code

The code that required these parameters was not added into 2.3 as it was
not needed.
This commit is contained in:
Markus Mäkelä
2018-11-13 17:03:53 +02:00
parent 3092a744ed
commit f9d18606a8
3 changed files with 0 additions and 48 deletions

View File

@ -796,24 +796,6 @@ be completely disabled to prevent access to it.
Log authentication failures for the admin interface. This parameter expects a
boolean value and is enabled by default.
#### `peer_hosts`
The REST API URL of a remote peer MaxScale. This is used to communicate with
other MaxScale instances and can be a required parameter for some other features
in MaxScale.
Note that currently only one URL is supported. Defining more than one is
considered a configuration error.
#### `peer_user`
Username used when connecting to remote MaxScale instances.
#### `peer_password`
Password used when connecting to remote MaxScale instances. This password can be
encrypted with `maxpasswd`.
#### _events_
MaxScale logs warnings and errors for various reasons and often it is self-