]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Typo fix: nova => cinder
authorRongzeZhu <zrzhit@gmail.com>
Mon, 3 Sep 2012 04:26:35 +0000 (12:26 +0800)
committerRongzeZhu <zrzhit@gmail.com>
Mon, 3 Sep 2012 04:27:45 +0000 (12:27 +0800)
Change-Id: I816473b3aa7de16bd2d8569c695c6ced9e1d9033

cinder/volume/xiv.py
etc/cinder/rootwrap.d/volume.filters

index e440392a9343856db2346cbaa83544f39c629094..6cbad0c1808dd8f8f07e1785c75649afe719f0ea 100644 (file)
@@ -40,7 +40,7 @@ ibm_xiv_opts = [
 FLAGS = flags.FLAGS
 FLAGS.register_opts(ibm_xiv_opts)
 
-LOG = logging.getLogger('nova.volume.xiv')
+LOG = logging.getLogger('cinder.volume.xiv')
 
 
 class XIVDriver(san.SanISCSIDriver):
index 23fddbca89ae66380adb48e2133e0fe220945836..24cc5620285cc90e9d3c91e9a11ea484bed7b7d1 100644 (file)
@@ -1,32 +1,32 @@
-# nova-rootwrap command filters for volume nodes
+# cinder-rootwrap command filters for volume nodes
 # This file should be owned by (and only-writeable by) the root user
 
 [Filters]
-# nova/volume/iscsi.py: iscsi_helper '--op' ...
+# cinder/volume/iscsi.py: iscsi_helper '--op' ...
 ietadm: CommandFilter, /usr/sbin/ietadm, root
 tgtadm: CommandFilter, /usr/sbin/tgtadm, root
 tgt-admin: CommandFilter, /usr/sbin/tgt-admin, root
 
-# nova/volume/driver.py: 'vgs', '--noheadings', '-o', 'name'
+# cinder/volume/driver.py: 'vgs', '--noheadings', '-o', 'name'
 vgs: CommandFilter, /sbin/vgs, root
 
-# nova/volume/driver.py: 'lvcreate', '-L', sizestr, '-n', volume_name,..
-# nova/volume/driver.py: 'lvcreate', '-L', ...
+# cinder/volume/driver.py: 'lvcreate', '-L', sizestr, '-n', volume_name,..
+# cinder/volume/driver.py: 'lvcreate', '-L', ...
 lvcreate: CommandFilter, /sbin/lvcreate, root
 
-# nova/volume/driver.py: 'dd', 'if=%s' % srcstr, 'of=%s' % deststr,...
+# cinder/volume/driver.py: 'dd', 'if=%s' % srcstr, 'of=%s' % deststr,...
 dd: CommandFilter, /bin/dd, root
 
-# nova/volume/driver.py: 'lvremove', '-f', %s/%s % ...
+# cinder/volume/driver.py: 'lvremove', '-f', %s/%s % ...
 lvremove: CommandFilter, /sbin/lvremove, root
 
-# nova/volume/driver.py: 'lvdisplay', '--noheading', '-C', '-o', 'Attr',..
+# cinder/volume/driver.py: 'lvdisplay', '--noheading', '-C', '-o', 'Attr',..
 lvdisplay: CommandFilter, /sbin/lvdisplay, root
 
-# nova/volume/driver.py: 'iscsiadm', '-m', 'discovery', '-t',...
-# nova/volume/driver.py: 'iscsiadm', '-m', 'node', '-T', ...
+# cinder/volume/driver.py: 'iscsiadm', '-m', 'discovery', '-t',...
+# cinder/volume/driver.py: 'iscsiadm', '-m', 'node', '-T', ...
 iscsiadm: CommandFilter, /sbin/iscsiadm, root
 iscsiadm_usr: CommandFilter, /usr/bin/iscsiadm, root
 
-#nova/volume/.py: utils.temporary_chown(path, 0), ...
+#cinder/volume/.py: utils.temporary_chown(path, 0), ...
 chown: CommandFilter, /bin/chown, root