When a volume is created in openstack (cinder icehouse) using: "cinder create" the name of the volume in the storage array doesn't match the ID of the volume assigned by cinder. Here is an example:
From Openstack's point of view:
# cinder list | grep test-netapp
+----------------------------------------------------------+------------+----------------------+-------+--------------------------------------+------------------------------------------------------------+
|                            ID                            |   Status | Display Name  | Size |          Volume Type          |                   Attached to                         |
+----------------------------------------------------------+------------+----------------------+-------+--------------------------------------+------------------------------------------------------------+
| 96f4c651-75c0-44cb-b03e-7e4f0fb42df7 | available | test-netapp-01 | 250  |           iscsie5524            |                                                             |
From Netapp e5524's point of view:
| Name | Id | TotalSizeInBytes | Wwn | 
|---|
| S32MMULVYBCMXMB6PZHQ7NBN64 | 0200000060080E5000297EA400000B8B5406D9F4 | 268435456000 | 60080E5000297EA400000B8B5406D9F4 | 
As you can see the same volume has a completely different name in both platforms which makes it very difficult for us to match a volume both ways. We have other netapp arrays and we don't have this issue.
Thanks in advance