Non-default database port documentation.

Closes-bug: #1585955

Change-Id: I4686f600e09cb690006941d8e6512c19cde57f06
This commit is contained in:
Waldemar Znoinski 2016-09-06 19:24:54 +00:00
parent d3302a7e69
commit aa2fcc0a73
1 changed files with 16 additions and 0 deletions

View File

@ -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 <service> port
==========================
It is sometimes required to use a different than default port
for service(s) in Kolla. It is possible with setting <service>_port
in ``globals.yml`` file.
For example:
::
database_port: 3307
As <service>_port value is saved in different services' configurationso
it's advised to make above change before deploying.