** Changed in: openstack-qa
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/872445

Title:
  nova.compute.manager calls methods in nova.volume.manager directly

Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack QA:
  Fix Released

Bug description:
  nova.compute.manager calls methods in nova.volume.manager directly.
  This must be via api module.

  146:        self.volume_manager = utils.import_object(FLAGS.volume_manager)
  1230:        dev_path = self.volume_manager.setup_compute_volume(context, 
volume_id)
  1241:        dev_path = self.volume_manager.setup_compute_volume(context,
  1267:            self.volume_manager.remove_compute_volume(context,
  1289:        self.volume_manager.remove_compute_volume(context, volume_id)
  1306:        self.volume_manager.remove_compute_volume(context, volume_id)
  1401:                self.volume_manager.setup_compute_volume(context, 
v['id'])
  1511:                self.volume_manager.remove_compute_volume(ctxt, 
vol['id'])

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/872445/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to