Federico Simoncelli has uploaded a new change for review.
Change subject: [WIP] Move the VDSM common code to the python site lib ......................................................................
[WIP] Move the VDSM common code to the python site lib
Some VDSM code is shared between different components (eg: vdsm and vdsm-cli share vdscli.py) and some modules have a really common name (eg: utils, config) risking to collide with other packages. For these two reasons and for cleanliness some modules are moved to a new location (the standard python site lib) and they can be shipped in a different package.
Change-Id: I4baa573532e41f47bbb19a011856c876f851a2b6 --- M configure.ac M vds_bootstrap/vds_bootstrap.py M vdsm.spec.in M vdsm/Makefile.am M vdsm/caps.py M vdsm/clientIF.py M vdsm/config.py M vdsm/configNetwork.py M vdsm/get-conf-item M vdsm/guestIF.py M vdsm/hooks.py M vdsm/kaxmlrpclib.py M vdsm/ksm.py M vdsm/libvirtconnection.py M vdsm/libvirtvm.py M vdsm/netinfo.py M vdsm/set-conf-item M vdsm/storage/blockSD.py M vdsm/storage/blockVolume.py M vdsm/storage/devicemapper.py M vdsm/storage/dispatcher.py M vdsm/storage/fileSD.py M vdsm/storage/fileUtils.py M vdsm/storage/hsm.py M vdsm/storage/image.py M vdsm/storage/iscsi.py M vdsm/storage/lvm.py M vdsm/storage/misc.py M vdsm/storage/multipath.py M vdsm/storage/outOfProcess.py M vdsm/storage/processPool.py M vdsm/storage/resourceFactories.py M vdsm/storage/safelease.py M vdsm/storage/sd.py M vdsm/storage/sdc.py M vdsm/storage/sp.py M vdsm/storage/storage_connection.py M vdsm/storage/storage_mailbox.py M vdsm/storage/task.py M vdsm/storage/taskManager.py M vdsm/storage/volume.py M vdsm/substitute_constants.py M vdsm/supervdsm.py M vdsm/supervdsmServer.py M vdsm/ut/ivdsm.py M vdsm/ut/testGuestChannel.py M vdsm/utils.py M vdsm/vdsm M vdsm/vm.py M vdsm_cli/Makefile.am M vdsm_cli/dumpStorageTable.py M vdsm_cli/vdsClient.py M vdsm_cli/vdscli.py.in M vdsm_hooks/faqemu/before_vm_start.py M vdsm_hooks/vhostmd/after_vm_destroy.py M vdsm_reg/rhevm.py M vdsm_reg/vdsm-reg-setup 57 files changed, 144 insertions(+), 129 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/86/286/1 -- To view, visit http://gerrit.ovirt.org/286 To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange Gerrit-Change-Id: I4baa573532e41f47bbb19a011856c876f851a2b6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli fsimonce@redhat.com