4 Commits

Author SHA1 Message Date
Jenkins
e04a4149f2 Merge "Fix spelling of consistency groups" 2017-01-20 18:20:06 +00:00
Petr Kovar
0d9b8a14ef Fix spelling of consistency groups
Trivial fixes making the consistency group spelling more consistent.

Change-Id: I3716606a5415f2cbf966749de17b512c347b1790
2017-01-18 19:35:01 +01:00
Mykhailo Dovgal
797d932d0f Add convertation of query parameters to string
There are some problems with non-ascii chars and special symbols
during using cinderclient.
This patch closes bug connected with parse.urlencode py27 unicode
encode bug by adding convertation of query parameters before
creating query string in manager._build_list_url method.
Also it fix the problems with encoding in quota commands.

Change-Id: I96269cca7ad203eaad02d87b30c16d970b26b25f
Closes-Bug: #1636621
Closes-Bug: #1518141
2016-12-30 14:01:40 +00:00
Ivan Kolodyazhny
603c615ae5 Refactor v2 and v3 APIs support
Now v2 API uses code from v3. It's confusing and logically incorrect.
This patch makes v3 API as an extended version of v2.

The next patches related to this bug duplicated code between v1 and v2,
v2 and v3 will be removed.

Change-Id: I90a2b713556e91db69270a03ef6b798e08f93f90
Partial-Bug: #1643584
2016-12-20 16:29:36 +02:00