yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14142
[Bug 1316173] [NEW] nova.virt.imagehandler not used
Public bug reported:
jaypipes@cranky:~/repos/openstack/nova$ ack-grep load_image_handlers --ignore-dir tests
nova/virt/imagehandler/__init__.py
70:def load_image_handlers(driver):
jaypipes@cranky:~/repos/openstack/nova$ ack-grep handle_image --ignore-dir tests
nova/virt/imagehandler/__init__.py
116:def handle_image(context=None, image_id=None,
AFAICT, all the code in nova.virt.imagehandlers is unused.
** Affects: nova
Importance: Undecided
Status: New
** Tags: images libvirt
** Description changed:
jaypipes@cranky:~/repos/openstack/nova$ ack-grep load_image_handlers --ignore-dir tests
nova/virt/imagehandler/__init__.py
70:def load_image_handlers(driver):
+ jaypipes@cranky:~/repos/openstack/nova$ ack-grep handle_image --ignore-dir tests
+ nova/virt/imagehandler/__init__.py
+ 116:def handle_image(context=None, image_id=None,
+
AFAICT, all the code in nova.virt.imagehandlers is unused.
--
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/1316173
Title:
nova.virt.imagehandler not used
Status in OpenStack Compute (Nova):
New
Bug description:
jaypipes@cranky:~/repos/openstack/nova$ ack-grep load_image_handlers --ignore-dir tests
nova/virt/imagehandler/__init__.py
70:def load_image_handlers(driver):
jaypipes@cranky:~/repos/openstack/nova$ ack-grep handle_image --ignore-dir tests
nova/virt/imagehandler/__init__.py
116:def handle_image(context=None, image_id=None,
AFAICT, all the code in nova.virt.imagehandlers is unused.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1316173/+subscriptions
Follow ups
References