~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/volume/netapp.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-26 12:56:25 UTC
  • mto: This revision was merged to the branch mainline in revision 89.
  • Revision ID: package-import@ubuntu.com-20120926125625-ka6x2ztctt1w3b4p
Tags: upstream-2012.2~rc3
ImportĀ upstreamĀ versionĀ 2012.2~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1279
1279
        if not name in self.lun_table:
1280
1280
            LOG.warn(_("Could not find handle for LUN named %s") % name)
1281
1281
            return None
1282
 
        return self.lun_table[name]
 
1282
        return self.lun_table[name].handle
1283
1283
 
1284
1284
    def _create_dict_from_meta(self, metadata):
1285
1285
        """Creates dictionary from metadata array."""