Dell SC driver calls out the wrong REST API version

Bug #1446868 reported by Tom Swanson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Tom Swanson

Bug Description

The dell_storagecenter_api.py driver requests an old version of the Dell management REST API.

        self.header['x-dell-api-version'] = '1.5'

should be

        self.header['x-dell-api-version'] = '2.0'

for the tested api version. (1.5 should work but 2.0 is the officially supported version.)

Tags: dell drivers
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/176095

Changed in cinder:
assignee: nobody → Tom Swanson (tom-swanson)
status: New → In Progress
Eric Harney (eharney)
tags: added: drivers
removed: cinder
Mike Perez (thingee)
tags: added: dell
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/176095
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c70d4997baacdc434763126b081ce72cc1bb311f
Submitter: Jenkins
Branch: master

commit c70d4997baacdc434763126b081ce72cc1bb311f
Author: Tom Swanson <email address hidden>
Date: Tue Apr 21 16:34:55 2015 -0500

    Dell SC driver calls out the wrong REST API version

    On initialization of the session with the Dell REST
    API the dell api version was incorrectly specified.
    It should be 2.0 rather than 1.5.

    Change-Id: I47ef63c24305b23125802012aa3c9dfde76813fd
    Closes-Bug: #1446868

Changed in cinder:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in cinder:
milestone: none → liberty-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
milestone: liberty-1 → 7.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.