← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1266986] [NEW] Fix typo in gridfs store

 

Public bug reported:

Referring commit 61a715e17e8d6e6dbe60d35447c70fba990bd2e9

https://github.com/openstack/glance/blob/master/glance/store/gridfs.py#L99

Fix typo:
msg = ("Missing dependecies: pymongo")
It should be,
msg = ("Missing dependencies: pymongo")

** Affects: glance
     Importance: Undecided
     Assignee: Aswad Rangnekar (aswad-r)
         Status: In Progress


** Tags: ntt

** Changed in: glance
     Assignee: (unassigned) => Aswad Rangnekar (aswad-r)

** Changed in: glance
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1266986

Title:
  Fix typo in gridfs store

Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress

Bug description:
  Referring commit 61a715e17e8d6e6dbe60d35447c70fba990bd2e9

  https://github.com/openstack/glance/blob/master/glance/store/gridfs.py#L99

  Fix typo:
  msg = ("Missing dependecies: pymongo")
  It should be,
  msg = ("Missing dependencies: pymongo")

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


Follow ups

References