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
This commit is contained in:
Lin Tan 2015-05-27 10:04:15 +08:00
parent f0f9fa5a4d
commit b2d24c6b91
1 changed files with 2 additions and 5 deletions

View File

@ -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::