Break out shared storage UI to storagelist.py (bz 1060433)

Enterprise / Virtualization / virt-manager - Cole Robinson [redhat.com] - 9 April 2015 11:31 UTC

We were already sharing a chunk of this in a haphazard way. Now officially break it all out, similar to netlist.py. This mostly unifies the views of host->storage and storagebrowser.py

058c069 Break out shared storage UI to storagelist.py (bz 1060433)
tests/testdriver.xml | 13 +
ui/host.ui | 902 +++++++++---------------------------------
ui/storagebrowse.ui | 270 +------------
ui/storagelist.ui | 634 +++++++++++++++++++++++++++++
virtManager/addhardware.py | 5 +-
virtManager/choosecd.py | 4 +-
virtManager/clone.py | 5 +-
virtManager/create.py | 8 +-
virtManager/createvol.py | 7 +-
virtManager/details.py | 2 +-
virtManager/error.py | 11 +-
virtManager/fsdetails.py | 12 +-
virtManager/host.py | 547 +------------------------
virtManager/storagebrowse.py | 407 +++++--------------
virtManager/storagelist.py | 712 +++++++++++++++++++++++++++++++++
15 files changed, 1689 insertions(+), 1850 deletions(-)

Upstream: git.fedorahosted.org


  • Share