← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1676039] [NEW] code comment redundant

 

Public bug reported:

I am running OpenStack Mitaka on CentOS7.1 with Citrix XenServer 6.5.
In function create_image() of nova/virt/xenapi/vm_utils.py file, the following function documentation string:

    """Creates VDI from the image stored in the local cache. If the image
    is not present in the cache, it streams it from glance.

    Returns: A list of dictionaries that describe VDIs
    """

According to context, I think 'it' word in 'it streams it from glance'
sentence should be cancelled

** Affects: nova
     Importance: Undecided
         Status: New

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

Title:
  code comment redundant

Status in OpenStack Compute (nova):
  New

Bug description:
  I am running OpenStack Mitaka on CentOS7.1 with Citrix XenServer 6.5.
  In function create_image() of nova/virt/xenapi/vm_utils.py file, the following function documentation string:

      """Creates VDI from the image stored in the local cache. If the image
      is not present in the cache, it streams it from glance.

      Returns: A list of dictionaries that describe VDIs
      """

  According to context, I think 'it' word in 'it streams it from glance'
  sentence should be cancelled

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


Follow ups