~ubuntu-branches/ubuntu/saucy/nova/saucy-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
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120926125625-27eb9h4hadrjqzjm
Tags: 2012.2~rc3-0ubuntu1
New upstream relase. 

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."""