Uploaded image for project: 'Libcloud'
  1. Libcloud
  2. LIBCLOUD-320

vCloud 5.1 vm memory Support / Repatch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.12.3
    • None
    • Compute

    Description

      In LIBCLOUD-314 a patch was submitted for memory support for VCD 5.1 .
      It seems the patch that was submitted was not correctly inserted into the code base.

      Submitted patch: https://issues.apache.org/jira/secure/attachment/12578585/vcd5_1.patch
      Patch in the code base: https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/vcloud.py?r1=1467555&r2=1467554&pathrev=1467555

      If you notice, the submitted patch has
      + elif api_version == '5.1':
      + cls = VCloud_5_1_NodeDriver

      Where as what was actually patched has
      + elif api_version == '5.1':
      + cls = VCloud_1_5_NodeDriver

      Attachments

        1. libcloud-320.patch
          0.5 kB
          Trevor Powell (RMS)

        Activity

          People

            kami Tomaz Muraus
            trevor-powell-rms Trevor Powell (RMS)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: