diff --git a/doc/advanced-configuration.rst b/doc/advanced-configuration.rst index db66ac1e09..c5180534e7 100644 --- a/doc/advanced-configuration.rst +++ b/doc/advanced-configuration.rst @@ -208,3 +208,19 @@ first disable the deployment of the central logging. Now you can use the parameter ``elasticsearch_address`` to configure the address of the external Elasticsearch environment. + +Non-default port +========================== + +It is sometimes required to use a different than default port +for service(s) in Kolla. It is possible with setting _port +in ``globals.yml`` file. +For example: + +:: + + database_port: 3307 + +As _port value is saved in different services' configurationso +it's advised to make above change before deploying. +