Add a note to indicate the change of default port

Add a note to indicate the change of default port on the Newton Release.

Change-Id: If72b6bed967df2f930b41e9c3dd55caf8c177cd3
Closes-Bug: #1654317
This commit is contained in:
Christophe Sauthier
2017-01-05 17:15:40 +01:00
parent ed0cf4dac0
commit 25910c7e6e

View File

@@ -284,6 +284,13 @@ Create the ``rating`` service and its endpoints::
openstack endpoint create rating --region RegionOne \
internal http://localhost:8889
.. note::
The default port for the API service changed from 8888 to 8889
in the Newton release. If you installed Cloudkitty in an
earlier version, make sure to either explicitly define the
``[api]/port`` setting to 8888 in ``cloudkitty.conf``, or update
your keystone endpoints to use the 8889 port.
Start cloudkitty
================