Change in vdsm[master]: virt: Rename vmChannels.py to vmchannels.py

vfeenstr at redhat.com vfeenstr at redhat.com
Fri Mar 28 11:29:18 UTC 2014


Vinzenz Feenstra has uploaded a new change for review.

Change subject: virt: Rename vmChannels.py to vmchannels.py
......................................................................

virt: Rename vmChannels.py to vmchannels.py

Change-Id: Ic2cc66040035baa68ab5d29c483027cab97398c1
Signed-off-by: Vinzenz Feenstra <vfeenstr at redhat.com>
---
M debian/vdsm.install
M vdsm.spec.in
M vdsm/clientIF.py
M vdsm/virt/Makefile.am
R vdsm/virt/vmchannels.py
5 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/92/26192/1

diff --git a/debian/vdsm.install b/debian/vdsm.install
index 8725d47..633f8fb 100644
--- a/debian/vdsm.install
+++ b/debian/vdsm.install
@@ -137,7 +137,7 @@
 ./usr/share/vdsm/virt/guestIF.py
 ./usr/share/vdsm/virt/sampling.py
 ./usr/share/vdsm/virt/vm.py
-./usr/share/vdsm/virt/vmChannels.py
+./usr/share/vdsm/virt/vmchannels.py
 ./usr/share/vdsm/virt/vmexitreason.py
 ./usr/share/vdsm/virt/vmpowerdown.py
 ./usr/share/vdsm/virt/vmstatus.py
diff --git a/vdsm.spec.in b/vdsm.spec.in
index 896ef42..3fcd8b1 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -928,7 +928,7 @@
 %{_datadir}/%{vdsm_name}/supervdsm.py*
 %{_datadir}/%{vdsm_name}/supervdsmServer
 %{_datadir}/%{vdsm_name}/virt/__init__.py*
-%{_datadir}/%{vdsm_name}/virt/vmChannels.py*
+%{_datadir}/%{vdsm_name}/virt/vmchannels.py*
 %{_datadir}/%{vdsm_name}/virt/vmstatus.py*
 %{_datadir}/%{vdsm_name}/tc.py*
 %{_datadir}/%{vdsm_name}/vdsm
diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py
index b171013..abf4c95 100644
--- a/vdsm/clientIF.py
+++ b/vdsm/clientIF.py
@@ -36,7 +36,7 @@
 from vdsm import constants
 from vdsm import utils
 import caps
-from virt.vmChannels import Listener
+from virt.vmchannels import Listener
 from virt.vm import Vm
 import blkid
 import supervdsm
diff --git a/vdsm/virt/Makefile.am b/vdsm/virt/Makefile.am
index bc7b8a3..16d4cda 100644
--- a/vdsm/virt/Makefile.am
+++ b/vdsm/virt/Makefile.am
@@ -26,7 +26,7 @@
 	guestIF.py \
 	sampling.py \
 	vm.py \
-	vmChannels.py \
+	vmchannels.py \
 	vmexitreason.py \
 	vmpowerdown.py \
 	vmstatus.py \
diff --git a/vdsm/virt/vmChannels.py b/vdsm/virt/vmchannels.py
similarity index 100%
rename from vdsm/virt/vmChannels.py
rename to vdsm/virt/vmchannels.py


-- 
To view, visit http://gerrit.ovirt.org/26192
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic2cc66040035baa68ab5d29c483027cab97398c1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeenstr at redhat.com>


More information about the vdsm-patches mailing list