Commit 0c7f236
Update git submodules
* Update cinder from branch 'master'
to 143c5c12fb60ef7130ddff0fc9b9ec23bc452d49
- Remove Windows drivers
These drivers depend on os-win, which was already retired due to
retirement of WinStackers project.
os-win depends on pkg_resources which was removed from setuptools
recently.
Also remove flake8-logging-format, because it currently requires
pkg_resources[1].
[1] globality-corp/flake8-logging-format#78
Change-Id: I6bdf6e284e427cd6415cfe40dc1a75e9fe4a1885
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>1 parent 57cc4b9 commit 0c7f236
1 file changed
Lines changed: 1 addition & 1 deletion
- cinder/backup/chunkeddriver.py+1-33
- cinder/backup/manager.py+3-4
- cinder/cmd/status.py+1-25
- cinder/cmd/volume.py+3-57
- cinder/coordination.py-5
- cinder/image/image_utils.py+1-5
- cinder/opts.py-6
- cinder/service.py+1-69
- cinder/tests/unit/__init__.py+1-10
- cinder/tests/unit/backup/drivers/test_backup_swift.py-69
- cinder/tests/unit/backup/test_backup.py+7-19
- cinder/tests/unit/cmd/test_status.py+3-21
- cinder/tests/unit/test_cmd.py+2-134
- cinder/tests/unit/test_image_utils.py+3-131
- cinder/tests/unit/test_service.py-80
- cinder/tests/unit/test_utils.py-10
- cinder/tests/unit/volume/drivers/test_remotefs.py+3-34
- cinder/tests/unit/windows/__init__.py
- cinder/tests/unit/windows/db_fakes.py-48
- cinder/tests/unit/windows/test_iscsi.py-501
- cinder/tests/unit/windows/test_smbfs.py-956
- cinder/utils.py-6
- cinder/volume/drivers/remotefs.py+1-3
- cinder/volume/drivers/windows/__init__.py
- cinder/volume/drivers/windows/constants.py-17
- cinder/volume/drivers/windows/iscsi.py-360
- cinder/volume/drivers/windows/smbfs.py-697
- doc/source/configuration/block-storage/drivers/ceph-rbd-volume-driver.rst-3
- doc/source/configuration/block-storage/drivers/windows-iscsi-volume-driver.rst-72
- doc/source/configuration/block-storage/drivers/windows-smb-volume-driver.rst-249
- doc/source/install/cinder-storage-install-windows.rst-176
- doc/source/install/index-windows.rst-15
- doc/source/install/index.rst-1
- doc/source/reference/support-matrix.ini-26
- releasenotes/notes/remove-windows-ad0d465a9cf54557.yaml+11
- requirements.txt-1
- test-requirements.txt-1
0 commit comments