Update notes for submitted changes

* Updated from global requirements
* Use 'six' instead of oslo_utils.strutils.six
* Change api-version help to indicate server API
* Use self.ks_logger instead of ks_logger
* print endpoints using new keystoneauth catalog object
* Add tenant_id parameter to limits.
* Changed backup-restore to accept backup name
* Replace OpenStack LLC with OpenStack Foundation
* Switch to keystoneauth
* Add Negative tests for cinder volume extend command
* Add Negative tests for cinder volume create command
* Fix Unicode error printing extra-specs
* Fix string interpolation to delayed to be handled by the logging code
* Updated from global requirements
* Add Python3.5 classifier and venv
* Add api-version to get server versions
* Updated from global requirements
* Fix output error for type-show command
* OS_TENANT_NAME is not required when we have OS_PROJECT_NAME
* Fix _get_rate_limit when resp is None
* Cinder client should retry with Retry-After value
* Fix batch deleting issue in volume_type.unset_keys()
* base.Resource not define __ne__() built-in function
* Log request-id for each api call
* Add strict Boolean checking
* Delete mox in cinderclient
* Fix Service.__repr__ to remove the undefined attribute
* Fix Capabilities.__repr__ to remove the undefined attribute
* Add cluster related commands
* Fix python 2,3 compatibility issue with six
* Fixing parsing problem of cascade in client
* Fix argument order for assertEqual to (expected, observed)
* Make sure --bypass-url honored if specified
* Updated from global requirements
* Support name option for volume restore
* Updated from global requirements
* Support for snapshot force delete
* Make __repr__ print encryption_id for VolumeEncryptionType class
* Fix the incorrect alignment
* Make dict.keys() PY3 compatible
* Fix authentication issue
* Replace assertTrue(isinstance()) by optimal assert
This commit is contained in:
Gerrit Code Review
2016-08-17 15:37:50 +00:00
commit 26250613a6
42 changed files with 435 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: Michal Dulko <michal.dulko@intel.com>
Workflow+1: Michal Dulko <michal.dulko@intel.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Jul 2016 15:58:33 +0000
Reviewed-on: https://review.openstack.org/342734
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,13 @@
Code-Review+1: Nate Potter <nathaniel.potter@intel.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Scott DAngelo <scott.dangelo@hpe.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+1: Alyson <alyson.rodrigues.rosa@gmail.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 26 Jul 2016 17:29:02 +0000
Reviewed-on: https://review.openstack.org/216836
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 27 Jun 2016 16:18:01 +0000
Reviewed-on: https://review.openstack.org/332679
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,11 @@
Code-Review+1: Nate Potter <nathaniel.potter@intel.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 12 Jul 2016 13:19:18 +0000
Reviewed-on: https://review.openstack.org/303627
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 24 Jun 2016 22:52:04 +0000
Reviewed-on: https://review.openstack.org/320223
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,11 @@
Code-Review+1: Steve Martinelli <s.martinelli@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+1: Clenimar Filemon <clenimar@lsd.ufcg.edu.br>
Code-Review+2: xing-yang <xing.yang@emc.com>
Workflow+1: xing-yang <xing.yang@emc.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 26 Jul 2016 18:59:30 +0000
Reviewed-on: https://review.openstack.org/290464
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Erlon R. Cruz <sombrafam@gmail.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+2: Scott DAngelo <scott.dangelo@hpe.com>
Workflow+1: Scott DAngelo <scott.dangelo@hpe.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 02 Aug 2016 14:29:40 +0000
Reviewed-on: https://review.openstack.org/314995
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 02 Aug 2016 22:51:26 +0000
Reviewed-on: https://review.openstack.org/347296
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review-1: Peter Hamilton <peter.hamilton@jhuapl.edu>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 07 Jun 2016 16:57:18 +0000
Reviewed-on: https://review.openstack.org/293388
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Kyrylo Romanenko <kromanenko@mirantis.com>
Code-Review+2: Scott DAngelo <scott.dangelo@hpe.com>
Workflow+1: Scott DAngelo <scott.dangelo@hpe.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Jul 2016 16:39:10 +0000
Reviewed-on: https://review.openstack.org/341075
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,14 @@
Code-Review+1: Sheel Rana <ranasheel2000@gmail.com>
Code-Review+1: Jon Bernard <jobernar@redhat.com>
Code-Review+2: Walter A. Boring IV (hemna) <walter.boring@hpe.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+1: Kendall Nelson <kennelson11@gmail.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Workflow+1: Ivan Kolodyazhny <e0ne@e0ne.info>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Jul 2016 20:58:36 +0000
Reviewed-on: https://review.openstack.org/310471
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+2: Patrick East <patrick.east@purestorage.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: xing-yang <xing.yang@emc.com>
Code-Review+1: Kendall Nelson <kennelson11@gmail.com>
Code-Review+2: Scott DAngelo <scott.dangelo@hpe.com>
Workflow+1: Scott DAngelo <scott.dangelo@hpe.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 04 Aug 2016 19:58:07 +0000
Reviewed-on: https://review.openstack.org/327692
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,11 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Takashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 01 Aug 2016 14:20:13 +0000
Reviewed-on: https://review.openstack.org/347712
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Duncan Thomas <duncan.thomas@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 03 Aug 2016 12:34:54 +0000
Reviewed-on: https://review.openstack.org/344941
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: xing-yang <xing.yang@emc.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 06 Jun 2016 09:33:31 +0000
Reviewed-on: https://review.openstack.org/324852
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+1: Yujun Zhang <zhang.yujunz@zte.com.cn>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+2: Walter A. Boring IV (hemna) <walter.boring@hpe.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Workflow+1: Ivan Kolodyazhny <e0ne@e0ne.info>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 15 Jul 2016 20:58:19 +0000
Reviewed-on: https://review.openstack.org/325067
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 23 Jun 2016 14:13:47 +0000
Reviewed-on: https://review.openstack.org/332801
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Takashi NATSUME <natsume.takashi@lab.ntt.co.jp>
Code-Review+2: Michal Dulko <michal.dulko@intel.com>
Code-Review+2: Duncan Thomas <duncan.thomas@gmail.com>
Workflow+1: Duncan Thomas <duncan.thomas@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 04 Jul 2016 07:38:56 +0000
Reviewed-on: https://review.openstack.org/315925
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,11 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Jay Bryant <jsbryant@us.ibm.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 02 Jun 2016 19:44:24 +0000
Reviewed-on: https://review.openstack.org/313925
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,13 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+1: Peter Hamilton <peter.hamilton@jhuapl.edu>
Code-Review+1: Kendall Nelson <kennelson11@gmail.com>
Code-Review+1: Yatin Kumbhare <yatinkumbhare@gmail.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 06 Jun 2016 15:02:16 +0000
Reviewed-on: https://review.openstack.org/319038
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Eric Harney <eharney@redhat.com>
Workflow+1: Eric Harney <eharney@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 08 Jul 2016 20:41:09 +0000
Reviewed-on: https://review.openstack.org/332361
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Walter A. Boring IV (hemna) <walter.boring@hpe.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 08 Jul 2016 04:40:28 +0000
Reviewed-on: https://review.openstack.org/325739
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 16 Jul 2016 03:44:56 +0000
Reviewed-on: https://review.openstack.org/341913
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+1: Cao ShuFeng <caosf.fnst@cn.fujitsu.com>
Code-Review+1: Sheel Rana <ranasheel2000@gmail.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+1: Kendall Nelson <kennelson11@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 24 Jun 2016 22:51:49 +0000
Reviewed-on: https://review.openstack.org/320809
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Scott DAngelo <scott.dangelo@hpe.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 16 Jul 2016 03:39:04 +0000
Reviewed-on: https://review.openstack.org/342941
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 06 Jun 2016 04:05:56 +0000
Reviewed-on: https://review.openstack.org/319931
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,11 @@
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+2: Walter A. Boring IV (hemna) <walter.boring@hpe.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 09 Aug 2016 10:52:54 +0000
Reviewed-on: https://review.openstack.org/348667
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+1: Silvan Kaiser <silvan@quobyte.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 08 Aug 2016 14:59:53 +0000
Reviewed-on: https://review.openstack.org/352244
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 16 Jul 2016 03:39:25 +0000
Reviewed-on: https://review.openstack.org/340045
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+1: Nate Potter <nathaniel.potter@intel.com>
Code-Review+2: xing-yang <xing.yang@emc.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 09 Aug 2016 10:54:36 +0000
Reviewed-on: https://review.openstack.org/351423
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,12 @@
Code-Review+2: Duncan Thomas <duncan.thomas@gmail.com>
Code-Review+1: Swami Reddy <swamireddy@gmail.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+1: wanghao <sxmatch1986@gmail.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Fri, 08 Jul 2016 02:45:53 +0000
Reviewed-on: https://review.openstack.org/335327
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,14 @@
Code-Review+1: venkatamahesh <Venkata.Kotha@infinite.com>
Code-Review+1: melissaml <ma.lei@99cloud.net>
Code-Review+1: ting wang <bx_wang@outlook.com>
Code-Review+1: Peter Hamilton <peter.hamilton@jhuapl.edu>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: xing-yang <xing.yang@emc.com>
Workflow+1: xing-yang <xing.yang@emc.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 06 Jun 2016 07:18:57 +0000
Reviewed-on: https://review.openstack.org/265583
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 05 Jul 2016 10:47:52 +0000
Reviewed-on: https://review.openstack.org/322408
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Code-Review+1: yuyafei <yu.yafei@hotmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Sat, 16 Jul 2016 03:45:03 +0000
Reviewed-on: https://review.openstack.org/342707
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,8 @@
Code-Review+2: Eric Harney <eharney@redhat.com>
Workflow+1: Eric Harney <eharney@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 01 Jun 2016 18:55:40 +0000
Reviewed-on: https://review.openstack.org/321715
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Erlon R. Cruz <sombrafam@gmail.com>
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: John Griffith <john.griffith8@gmail.com>
Workflow+1: John Griffith <john.griffith8@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 28 Jul 2016 18:37:55 +0000
Reviewed-on: https://review.openstack.org/275910
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Mike Perez <thingee@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 27 Jun 2016 17:05:59 +0000
Reviewed-on: https://review.openstack.org/334299
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Ivan Kolodyazhny <e0ne@e0ne.info>
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Tue, 14 Jun 2016 15:39:47 +0000
Reviewed-on: https://review.openstack.org/264006
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Michal Dulko <michal.dulko@intel.com>
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Thu, 07 Jul 2016 15:37:26 +0000
Reviewed-on: https://review.openstack.org/338278
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,10 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+1: Yuriy Nesenenko <ynesenenko@mirantis.com>
Code-Review+2: Mike Perez <thingee@gmail.com>
Workflow+1: Gorka Eguileor <geguileo@redhat.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 27 Jun 2016 09:53:10 +0000
Reviewed-on: https://review.openstack.org/320230
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
Code-Review+2: xing-yang <xing.yang@emc.com>
Workflow+1: xing-yang <xing.yang@emc.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 01 Aug 2016 16:16:51 +0000
Reviewed-on: https://review.openstack.org/349221
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master

View File

@@ -0,0 +1,9 @@
Code-Review+2: Gorka Eguileor <geguileo@redhat.com>
Code-Review+2: Michal Dulko <michal.dulko@intel.com>
Workflow+1: Michal Dulko <michal.dulko@intel.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 06 Jul 2016 12:24:59 +0000
Reviewed-on: https://review.openstack.org/332848
Project: openstack/deb-python-cinderclient
Branch: refs/heads/master