Merge "Deprecate nas_ip and change this to nas_host"

This commit is contained in:
Jenkins
2016-04-20 17:09:59 +00:00
committed by Gerrit Code Review
9 changed files with 24 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ class NexentaNfsDriver(nfs.NfsDriver): # pylint: disable=R0921
self.sparsed_volumes = self.configuration.nexenta_sparsed_volumes
self.nef = None
self.nef_protocol = self.configuration.nexenta_rest_protocol
self.nef_host = self.configuration.nas_ip
self.nef_host = self.configuration.nas_host
self.share = self.configuration.nas_share_path
self.nef_port = self.configuration.nexenta_rest_port
self.nef_user = self.configuration.nexenta_user