Merge "Update README"

This commit is contained in:
Zuul 2019-01-16 02:59:45 +00:00 committed by Gerrit Code Review
commit 4356496a47
1 changed files with 24 additions and 7 deletions

View File

@ -2,17 +2,27 @@
VirtualBMC VirtualBMC
========== ==========
Team and repository tags
------------------------
.. image:: https://governance.openstack.org/tc/badges/virtualbmc.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
Overview
--------
A virtual BMC for controlling virtual machines using IPMI commands. A virtual BMC for controlling virtual machines using IPMI commands.
Installation Installation
------------ ~~~~~~~~~~~~
.. code-block:: bash .. code-block:: bash
pip install virtualbmc pip install virtualbmc
Supported IPMI commands Supported IPMI commands
----------------------- ~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: bash .. code-block:: bash
@ -28,11 +38,18 @@ Supported IPMI commands
# Get the current boot device # Get the current boot device
ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5 ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5
Team and repository tags Project resources
------------------------ ~~~~~~~~~~~~~~~~~
.. image:: https://governance.openstack.org/tc/badges/virtualbmc.svg * Documentation: https://docs.openstack.org/virtualbmc/latest
:target: https://governance.openstack.org/tc/reference/tags/index.html * Source: https://git.openstack.org/cgit/openstack/virtualbmc
* Bugs: https://storyboard.openstack.org/#!/project/openstack/virtualbmc
* Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/
.. Change things from this point on Project status, bugs, and requests for feature enhancements (RFEs) are tracked
in StoryBoard:
https://storyboard.openstack.org/#!/project/openstack/virtualbmc
For information on how to contribute to VirtualBMC, see
https://docs.openstack.org/virtualbmc/latest/contributor