This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/86/

Review request for OpenLMI Developers.
By Jan Safranek.
Repository: openlmi-storage

Description

Added blivet_init.py snippet to easily initialize Blivet.

This script is for playing with Blivet interactively in ipython, e.g.:
$ ipython -i blivet_init.py

>>> sda = b.devicet<tab>.getDeviceByPath("/dev/sda")
>>> print sda
>>> sda.<tab><tab> # to see all method/properties
>>> sda.format.<tab><tab>  # to see all format methods/properties

Diffs

  • tools/blivet_init.py (PRE-CREATION)

View Diff