From f97e1946d39d4f6c34fd83f114ff98fbed338b12 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 26 Oct 2022 08:25:59 -0700 Subject: [PATCH] Document VirtualBMC is not for production use VirtualBMC is not a tool designed for production use; ensure this is explicitly documented in the readme. Story #2010382 Task #46661 Change-Id: I581b96b93d9b24f650ac0c6280d074708ec69ef4 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 22d1fd2..c99dbb6 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ Overview A virtual BMC for controlling virtual machines using IPMI commands. +This software is intended for CI and development use only. Please do not run +VirtualBMC in a production environment for any reason. + Installation ~~~~~~~~~~~~