cybertron / openstack-virtual-baremetal

Tools for using OpenStack instances as baremetal deployment targets
20 stars 19 forks source link

fix typo in pyghmi package name #29

Closed dantrainor closed 7 years ago

cybertron commented 7 years ago

This is not correct. requirements.txt is for installing from pip, and the package is called pyghmi on pypi: https://pypi.python.org/pypi/pyghmi/1.0.11

Note that we don't even install pyghmi from yum by default: https://github.com/cybertron/openstack-virtual-baremetal/blob/master/bin/install_openstackbmc.sh#L17 This is because older versions of pyghmi had some bugs that caused issues in OVB environments so we generally want to pull the latest direct from pypi.