From b2d24c6b919828e42a0e26d3391dd968622e6e9e Mon Sep 17 00:00:00 2001 From: Lin Tan Date: Wed, 27 May 2015 10:04:15 +0800 Subject: [PATCH] Update AMT Driver doc Because of https://review.openstack.org/#/c/183462/, AMT driver gets ride of unecessary dependence on latest openwsman. Update the corresponding doc. Change-Id: I3dc8d1c408ad631269b9051ca72ebee269193bfa --- doc/source/drivers/amt.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/source/drivers/amt.rst b/doc/source/drivers/amt.rst index ef6701a835..e659f16591 100644 --- a/doc/source/drivers/amt.rst +++ b/doc/source/drivers/amt.rst @@ -52,13 +52,10 @@ A detailed reference is available here, and a short guide follows below: * Install ``openwsman`` on servers where ``ironic-conductor`` is running: - * Fedora/RHEL: ``openwsman-python`` (>=2.4.10). You can - get the RPM package for Fedora 20 from:: - - http://download.opensuse.org/repositories/Openwsman/Fedora_20/ + * Fedora/RHEL: ``openwsman-python``. * Ubuntu: ``python-openwsman``'s most recent version is 2.4.3 which - isn't recent enough, so you'll need to build it yourself (see next point) + is enough. * Or build it yourself from::