manila/manila/share/drivers/windows
Lucian Petrut a7f0fe6930 Windows driver: fix share access actions
The Windows SMB driver is based on the Generic share driver. In order
to remain consistent and avoid duplicated code, it inherits it,
reusing common code.

The Generic share driver has transitioned to the new 'update_access'
workflow, so the old 'allow_access' and 'deny_access' methods have
been removed, breaking the Windows SMB driver.

This patch fixes this issue by simply readding them in the Windows
driver. Note that this is just a temporary fix, until we move to
the new access rule workflow.

Closes-Bug: #1556261

Change-Id: Iafa0d23e93b1f3d6d2b3c30535c3fc0a1236cdc0
2016-03-11 19:49:41 +00:00
..
__init__.py Add WinRM helper 2015-08-20 13:33:47 +03:00
service_instance.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
windows_smb_driver.py Windows driver: fix share access actions 2016-03-11 19:49:41 +00:00
windows_smb_helper.py Add LVM driver 2016-01-20 17:15:30 -05:00
windows_utils.py Add Windows SMB share driver 2015-08-31 12:24:19 +03:00
winrm_helper.py Add WinRM helper 2015-08-20 13:33:47 +03:00