Non-default database port documentation.
Closes-bug: #1585955 Change-Id: I4686f600e09cb690006941d8e6512c19cde57f06
This commit is contained in:
parent
d3302a7e69
commit
aa2fcc0a73
@ -208,3 +208,19 @@ first disable the deployment of the central logging.
|
|||||||
|
|
||||||
Now you can use the parameter ``elasticsearch_address`` to configure the
|
Now you can use the parameter ``elasticsearch_address`` to configure the
|
||||||
address of the external Elasticsearch environment.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user