manila/manila/tests/share/drivers/netapp/dataontap/client
Clinton Knight 6ef6482822 Implement update_access() in NetApp cDOT drivers
This commit replaces the allow_access and deny_access methods
in the NetApp cDOT drivers with the new update_access method.  Due
to how cDOT works, the driver always uses the full update path
instead of adding or removing access rules one at a time.

The rules are added in an order that guarantees no transient
interruptions occur, and the IP addresses for NFS are sorted such
that single addresses and smaller subnets take precedence over
larger networks.

Change-Id: I040690895ca1a60f5964a6d01a799b613f7f6a30
Implements: blueprint netapp-cdot-update-access
2016-02-21 14:50:09 +00:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
fakes.py Implement update_access() in NetApp cDOT drivers 2016-02-21 14:50:09 +00:00
test_api.py Revert netapp_lib dependency in NetApp cDOT Manila drivers 2015-09-25 13:06:38 -04:00
test_client_base.py Revert netapp_lib dependency in NetApp cDOT Manila drivers 2015-09-25 13:06:38 -04:00
test_client_cmode.py Implement update_access() in NetApp cDOT drivers 2016-02-21 14:50:09 +00:00