From 8d4f80d7bf4463b81a65e38186d2039010ca9342 Mon Sep 17 00:00:00 2001 From: "Xian Dong, Meng" Date: Mon, 10 Aug 2015 10:08:47 +0000 Subject: [PATCH] add ironic client and ironic inspector projects into contribution list The curent contribution projects list in ironic/doc/source/dev/contributing.rst, which is missing below projects: python-ironicclient ironic-inspector python-ironic-inspector-client bifrost This patch will add them into the list, and change http to https Change-Id: Ia6c93f1411e6cdc148c34d5005dcdad44956a7bb --- doc/source/dev/contributing.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/source/dev/contributing.rst b/doc/source/dev/contributing.rst index 37dc362c58..2055dd01a1 100644 --- a/doc/source/dev/contributing.rst +++ b/doc/source/dev/contributing.rst @@ -25,16 +25,20 @@ LaunchPad Project ----------------- Most of the tools used for OpenStack depend on a launchpad.net ID for -authentication. After signing up for a launchpad account, join the -"openstack" team to have access to the mailing list and receive -notifications of important events. +authentication. .. seealso:: - * http://launchpad.net - * http://launchpad.net/ironic - * http://launchpad.net/~openstack + * https://launchpad.net + * https://launchpad.net/ironic +Related Projects +----------------- + + * https://launchpad.net/ironic-inspector + * https://launchpad.net/python-ironicclient + * https://launchpad.net/python-ironic-inspector-client + * https://launchpad.net/bifrost Project Hosting Details -------------------------