]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port netapp SSC Cmode to Python 3
authorVictor Stinner <vstinner@redhat.com>
Fri, 2 Oct 2015 15:40:55 +0000 (17:40 +0200)
committerVictor Stinner <vstinner@redhat.com>
Fri, 2 Oct 2015 15:48:28 +0000 (17:48 +0200)
commitf5f2b2ef78abf7dbb80938226c74e4ee26c569fe
tree6c2de2b83578adbb59d632f8408c75b6f79953a9
parent17e6aef23fdf6e06fee139693629d4171fc8a763
Port netapp SSC Cmode to Python 3

Fix query_cluster_vols_for_ssc(): cast string (records) to int. On
Python 3, comparison between str and int now raise a TypeError.

tox.ini: add cinder.tests.unit.test_netapp_ssc to Python 3.4.

Partial-Implements: blueprint cinder-python3
Change-Id: I05127340029a5bb6c8444f51341be8008aab8dc8
cinder/volume/drivers/netapp/dataontap/ssc_cmode.py
tox.ini