Addresses UcsSdk install issue

The UcsSdk-0.8.1.7 have issues installing with pip. This commit address
UcsSdk install issue with pip. New version of UcsSdk, 0.8.1.9 will be
used.

Change-Id: I0ed723d4294936eb6e87a45d0fdf41acb3dde6da
Closes-Bug: #1464777
This commit is contained in:
saripurigopi 2015-06-16 11:10:43 +05:30
parent 79cce6bd32
commit 94ed813202
2 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ Prerequisites
to manage Cisco UCS Managed B/C-series servers. to manage Cisco UCS Managed B/C-series servers.
Install ``UcsSdk`` [1]_ module on the Ironic conductor node. Install ``UcsSdk`` [1]_ module on the Ironic conductor node.
Required version is 0.8.1.6:: Required version is 0.8.1.9::
$ pip install "UcsSdk==0.8.1.6" $ pip install "UcsSdk==0.8.1.9"
Tested Platforms Tested Platforms
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~

View File

@ -10,7 +10,7 @@ pyghmi
pysnmp pysnmp
python-scciclient python-scciclient
python-seamicroclient>=0.4.0 python-seamicroclient>=0.4.0
UcsSdk==0.8.1.6 UcsSdk==0.8.1.9
# The drac and amt driver import a python module called "pywsman", however, # The drac and amt driver import a python module called "pywsman", however,
# this does not exist on pypi. # this does not exist on pypi.