cinder/cinder
Navneet Singh b15118a78d Brick connector revised fix for NFS drivers
This change fixes the error that comes
while getting brick connector and attaching volumes
in case of NFS drivers in cinder. The attribute for
mount point base was not passed to attach_volume method
as the connector initialization logic is common for all
types of protocols. It is fixed by populating
the required parameter in the RemoteFsConnector
by extracting it from connection properties. The infrastructure
for fixing this situation for remote fs drivers is implemented
in this fix. The drivers need to override the method
_get_mount_point_base in their implementation. NFS driver
implements it. GlusterFs implementation of the method to follow
in a separate patch. Hence marking it partial fix.

Change-Id: Id61a437fca1870529fa8b85f7fc2f73eae665294
Partial-Bug: #1238085
(cherry picked from commit 1cd3626306)
2013-11-19 00:12:06 +05:30
..
api Merge "Add support for querying the quotas usage" 2013-10-03 04:38:30 +00:00
backup Merge "Fixes ceph backup import errors" 2013-10-03 15:37:25 +00:00
brick Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
common Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
compute Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
db FK lookup failures during migration 2013-10-15 17:06:10 -06:00
image Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
keymgr Add key manager implementation with static key 2013-10-02 21:48:29 -06:00
locale Imported Translations from Transifex 2013-10-03 06:07:57 +00:00
openstack Merge "Remove incorrect class in cinder.conf.sample" 2013-10-03 04:34:04 +00:00
scheduler Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
taskflow Refactoring of create_volume to use taskflow. 2013-08-07 19:08:21 -07:00
testing Use nose and openstack nose plugin. 2013-03-07 14:14:08 -05:00
tests Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
transfer Added need info to accept_transfer 2013-08-20 09:02:33 -06:00
volume Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
__init__.py Remove gettext.install() from cinder/__init__.py 2013-05-13 18:45:25 +08:00
context.py Merge "Changed header from LLC to Foundation based on trademark policies" 2013-10-02 22:33:50 +00:00
exception.py Add key manager implementation with static key 2013-10-02 21:48:29 -06:00
manager.py Replace FLAGS with cfg.CONF in other modules, unless tests 2013-06-13 13:11:36 +04:00
policy.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
quota.py Move resource usage sync functions to db backend 2013-08-08 10:26:05 +03:00
service.py Fix the multi-backend storge issue for ZMQ. 2013-07-26 00:05:41 -04:00
test.py Remove unused/redundant methods in cinder/test.py 2013-09-07 10:43:27 +08:00
units.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
utils.py Brick connector revised fix for NFS drivers 2013-11-19 00:12:06 +05:30
version.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00
wsgi.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 17:26:42 +02:00