Fixes modules with wrong file mode bits in virt package

Modified file permission from 755 to 644.
Deleted a redundant log setup in /nova/virt/baremetal/driver.py to
avoid merged errors in gerrit which happens if no content has changed.

Partially fixes bug #1224226

Change-Id: I9db283c5b49c9f64e6ea52b8b0771d47c5fbbb83
This commit is contained in:
Zhongyue Luo
2013-09-10 08:27:43 +08:00
committed by Gerrit Code Review
parent bd6f83df9b
commit ebd113283e
13 changed files with 0 additions and 3 deletions

3
nova/virt/baremetal/driver.py Executable file → Normal file
View File

@@ -64,9 +64,6 @@ opts = [
help='Baremetal compute node\'s tftp root path'),
]
LOG = logging.getLogger(__name__)
baremetal_group = cfg.OptGroup(name='baremetal',
title='Baremetal Options')

0
nova/virt/baremetal/tilera.py Executable file → Normal file
View File

0
nova/virt/baremetal/tilera_pdu.py Executable file → Normal file
View File

0
nova/virt/driver.py Executable file → Normal file
View File

0
nova/virt/fake.py Executable file → Normal file
View File

0
nova/virt/hyperv/driver.py Executable file → Normal file
View File

0
nova/virt/images.py Executable file → Normal file
View File

0
nova/virt/libvirt/driver.py Executable file → Normal file
View File

0
nova/virt/libvirt/imagebackend.py Executable file → Normal file
View File

0
nova/virt/libvirt/utils.py Executable file → Normal file
View File

0
nova/virt/powervm/driver.py Executable file → Normal file
View File

0
nova/virt/vmwareapi/vmops.py Executable file → Normal file
View File

0
nova/virt/xenapi/driver.py Executable file → Normal file
View File