← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1453909] Re: xenapi: BittorrentStore tries to load entry points that don't exist in tree

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => liberty-1

-- 
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/1453909

Title:
  xenapi: BittorrentStore tries to load entry points that don't exist in
  tree

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  http://git.openstack.org/cgit/openstack/nova/tree/nova/virt/xenapi/image/bittorrent.py#n75

  There are no entry points in nova's setup.cfg for this:

          matches = [ep for ep in
                     pkg_resources.iter_entry_points('nova.virt.xenapi.vm_utils')
                     if ep.name == 'torrent_url']

  For anyone using torrents with the xenapi driver, they should set the
  config option CONF.xenserver.torrent_base_url.

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


References