]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp api fix structure conversion methods
authorNavneet Singh <singn@netapp.com>
Fri, 14 Feb 2014 15:51:33 +0000 (21:21 +0530)
committerNavneet Singh <singn@netapp.com>
Mon, 17 Feb 2014 06:41:22 +0000 (12:11 +0530)
commite8fac5eda3309a19ee2e1b36883a4e30476644a9
tree9befdc0884746741b3c91eb5cf358bf7ba249fe5
parentee371dfc56e9a633ba56bd05f7a32a1e3744fef2
NetApp api fix structure conversion methods

This fixes the issue in api element creation
when data structures are supplied to be converted
into NaElements. It could not handle multiple
keys with same name and also not converted different
types properly into NaElement. This change fixes the issue.

Change-Id: I84f1ee97a73bbad88bbb64d4a9ac4e1b29cad741
Closes-bug: #1287643
cinder/tests/test_netapp.py
cinder/volume/drivers/netapp/api.py