nova/nova/virt/powervm
Michael Still 3aa702686b Style corrections for privsep usage.
We always import privsep modules like this:

    import nova.privsep.libvirt

Not like this:

    from nova.privsep import libvirt

This is because it makes it obvious at the caller that a priviledged
operation is occuring:

    nova.privsep.libvirt.destroy_root_filesystem()

Not just:

    libvirt.destroy_root_filesystem()

This is especially true when the imported module is called "libvirt",
which is a very common term in the codebase and super hard to grep
for specific uses of.

I've corrected the existing style mismatches to make things consistent.
Note that the next patch in this series covers this case with a
hacking check.

Change-Id: Ief177dbcb018da6fbad13bb0ff153fc47292d5b9
2019-04-01 23:35:53 +00:00
..
disk fix PowerVM get_bootdisk_path docstring 2018-06-20 16:49:58 -04:00
tasks Merge "PowerVM snapshot cleanup" 2018-05-31 20:46:51 +00:00
volume PowerVM Driver: vSCSI Fibre Channel volume adapter 2018-05-22 11:39:32 -05:00
__init__.py PowerVM Driver: spawn/delete #1: no-ops 2017-04-10 14:59:40 -05:00
driver.py Merge "Extend volume for libvirt network volumes (RBD)" 2019-03-07 00:52:10 +00:00
host.py Remove unused LOG variables 2018-02-27 11:19:48 +00:00
image.py Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
media.py Add missing ws seperator between words 2018-11-26 23:42:18 +00:00
mgmt.py Style corrections for privsep usage. 2019-04-01 23:35:53 +00:00
vif.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
vm.py PowerVM: Add proc_units_factor conf option 2018-04-10 11:24:20 -05:00