From aae447105122ee7626b8fe50ec37c7a182565bfe Mon Sep 17 00:00:00 2001 From: "Munoz, Obed N" Date: Tue, 5 Apr 2016 11:35:21 -0500 Subject: [PATCH] Add DEPRECATED Notice Signed-off-by: Munoz, Obed N --- README.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 977692e..46a30f4 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,11 @@ +[DEPRECATED NOTICE] +-------------------- +_This projet is no longer supported. Use this repository instead:_ +https://github.com/clearlinux/clear-config-management + + +--- + A tool to deploy components of Openstack on multiple servers with Clear Linux* Project for Intel Architecture installed @@ -14,10 +22,10 @@ Contents: ==== -2. Compiling +2. Installing -$ pip3 install -r requirements-py3.txt -$ python3 setup.py install + $ pip3 install -r requirements-py3.txt + $ python3 setup.py install ====