From 1908825f92cbc643a6a31e4ebf2a7327c20637a0 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 19 Sep 2016 14:46:03 +0200 Subject: [PATCH] Document that new services have to be listed in the README file TrivialFix Change-Id: I53b7ab6253325b5f7b043afdd6a0dc2df306d3dd --- doc/CONTRIBUTING.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst index 7791d30992..a060681423 100644 --- a/doc/CONTRIBUTING.rst +++ b/doc/CONTRIBUTING.rst @@ -159,6 +159,14 @@ that Kolla uses throughout that should be followed. - For OpenStack services there should be a entry in the ``services`` list in the ``cron.json.j2`` template file in ``ansible/roles/common/templates``. +* Documentation + + - For OpenStack services there should be an entry in the list ``OpenStack services`` + in the ``README.rst`` file. + + - For infrastructure services there should be an entry in the list + ``Infrastructure components`` in the ``README.rst`` file. + Other than the above, most roles follow the following pattern: - ``Register``: Involves registering the service with Keystone, creating endpoints, roles,