yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32796
[Bug 1453909] [NEW] xenapi: BittorrentStore tries to load entry points that don't exist in tree
Public bug reported:
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.
** Affects: nova
Importance: Low
Assignee: Matt Riedemann (mriedem)
Status: Triaged
** Tags: xenserver
** Changed in: nova
Status: New => Triaged
** Changed in: nova
Importance: Undecided => Low
** Changed in: nova
Assignee: (unassigned) => Matt Riedemann (mriedem)
--
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):
Triaged
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
Follow ups
References