From 28b19413776f0c9b9e5a94df50b195106afd7f5d Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 20 May 2016 14:37:10 +0100 Subject: [PATCH] Clarify which projects are meant to use the ironic-lib This patch is updating the README file to clarify that only projects under the Ironic governance should be consuming this library. Change-Id: Ie1430c955e44311bbe5d60503ee146ce1601612e --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b34ef4b..f2bef1b 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,8 @@ ironic_lib Overview -------- -A common library to be used by various projects in the Ironic ecosystem. +A common library to be used **exclusively** by projects under the `Ironic +governance `_. Running Tests -------------