Commit Graph

7 Commits

Author SHA1 Message Date
Jay S. Bryant 285fbc6447 Remove the CoprHD driver
The CoprHD driver was marked unsupported
in Rocky and the vendor has indicated that
the driver is deprecated.  Given the feedback
I am removing the driver.

Change-Id: I978315402edeb0c5dd6aee28315973fa502b0e20
2018-08-09 21:34:25 +00:00
Jay S. Bryant 17d664c4be [DOC BLD FIX] Fix the numerous docstring probs in coprhd
There were a variety of formats and approaches being used
to create the docstrings in coprhd.  These resulted in Sphinx
warnings and bad looking documentation.  This patch fixes that.

Change-Id: I61dc0574ac4eb2525f7d5d6cd76e390c51dd35d8
2017-08-01 09:28:04 +08:00
poojajadhav adfa4c71df Extracted HTTP response codes to constants
There are several places in the source code where HTTP response
codes are used as numeric values.

Status codes 200, 202, 300, 400, 401, 403, 404, 405, 500 and 503 under
tests/unit/volume/drivers are replaced with symbolic constants from
six.moves.http_client thus improves code readability. More patches will
be submitted to address other status codes.

Partial-Bug: #1520159
Change-Id: Id5034fb1cac935ce235d5605a2ae778f44d20fa1
2017-05-26 17:07:06 +05:30
XieYingYun 1293e25115 Fix some format error in docstrings
Probably the most common format for documenting arguments is reST field
lists [1]. This change updates some docstrings to comply with the field
lists syntax.

[1] http://sphinx-doc.org/domains.html#info-field-lists

Change-Id: I0fe2d2faa7a1abd6d5e84f05e7fdbb13661a94dc
2017-03-30 10:01:18 +08:00
Jay S. Bryant 9517dd2592 Fix Pep8 Failures for Python3
There are a number of Pep8 checks that fail when testing using
Python3.  This commit corrects those issues:

- For test cases using the 'file' built-in a '# noqa' was added
- Add '# noqa' for cases where the 'buffer' built-in was used
- Use of 'unicode' was switched to 'six.text_type'

Also, somehow a whole file with Windows newline characters was merged.
This patch also fixes that problem.

Change-Id: I98cc7d1d42cd897d866c6190adf4121dc1cc30c0
2017-02-13 12:01:12 -06:00
hallur, parashuram 8d3dada903 Fixing pending comments for CoprHD Drivers
There were few comments on the
day of the merge of the patch set https://review.openstack.org/#/c/317643,
this patch set fixes all those comments made by Michal and Walter.

Change-Id: I6f6807fa12dbb495cc263cfade69bbe0b9498392
2016-08-02 11:18:08 +05:30
hallur, parashuram a7c715b4d0 Implementation for CoprHD Cinder Drivers
This patch set includes following CoprHD Cinder drivers

1-Cinder iSCSI Block Volume Driver for CoprHD
2-Cinder FC Block Volume Driver for CoprHD
3-Cinder ScaleIO Block Volume Driver for CoprHD

CI trigger: run emc-coprhd
DocImpact
Implements: blueprint coprhd-cinder-drivers
Change-Id: I5fe7ac8190edb2405981c4750dcecde00159a3ec
2016-07-11 15:50:23 +05:30