commit 0daf35ad08bc7fb2e2e320fb04b5169ce319fa80
Author: Anthony Young <sleepsonthefloor@gmail.com>
Date:   Wed Jun 20 17:09:59 2012 -0700

    Add support for extended_snapshot_attributes
    
     * Needed for https://review.openstack.org/#/c/8493/
    
    Change-Id: I5beb2638a48776e04bfd95281da838c5b710ea46

 cinderclient/v1/volume_snapshots.py |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 12d162d0ee24ea0e0c696f0f11adfd6ac3bee810
Author: Anthony Young <sleepsonthefloor@gmail.com>
Date:   Thu May 31 14:47:30 2012 -0700

    Add client work for new cinder extensions.
    
     * #5 of blueprint volume-decoupling
     * Fix pep8
    
    Change-Id: Icad4eada0cf16a0f49d9a52e593bede0fc0c5289

 cinderclient/v1/volumes.py |  113 ++++++++++++++++++++++++++++++++++++++++++++
 tests/v1/fakes.py          |   25 ++++++++++
 tests/v1/test_volumes.py   |   52 ++++++++++++++++++++
 3 files changed, 190 insertions(+)

commit 7816b3dc31722774be61ddf0047f444dfdff6f05
Merge: 7547dad 314fa34
Author: Jenkins <jenkins@review.openstack.org>
Date:   Sat Jun 16 23:45:11 2012 +0000

    Merge "Auto generate AUTHORS file for python-cinderclient component."

commit 7547dadf8731bcdd166f8f59a427fc1caeda111f
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Fri Jun 8 15:14:06 2012 -0700

    Move docs to doc.
    
    To better facilitate the building and publishing of sphinx
    documentation by Jenkins we are moving all openstack projects with
    sphinx documentation to a common doc tree structure. Documentation
    goes in project/doc and build results go in project/doc/build.
    
    Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9

 MANIFEST.in                         |    2 +-
 doc/.gitignore                      |    1 +
 doc/Makefile                        |   90 ++++++++++++++++
 doc/source/api.rst                  |   67 ++++++++++++
 doc/source/conf.py                  |  201 +++++++++++++++++++++++++++++++++++
 doc/source/index.rst                |   45 ++++++++
 doc/source/ref/backup_schedules.rst |   60 +++++++++++
 doc/source/ref/exceptions.rst       |   14 +++
 doc/source/ref/flavors.rst          |   35 ++++++
 doc/source/ref/images.rst           |   54 ++++++++++
 doc/source/ref/index.rst            |   12 +++
 doc/source/ref/ipgroups.rst         |   46 ++++++++
 doc/source/ref/servers.rst          |   73 +++++++++++++
 doc/source/releases.rst             |   99 +++++++++++++++++
 doc/source/shell.rst                |   52 +++++++++
 docs/.gitignore                     |    1 -
 docs/Makefile                       |   89 ----------------
 docs/api.rst                        |   67 ------------
 docs/conf.py                        |  198 ----------------------------------
 docs/index.rst                      |   45 --------
 docs/ref/backup_schedules.rst       |   60 -----------
 docs/ref/exceptions.rst             |   14 ---
 docs/ref/flavors.rst                |   35 ------
 docs/ref/images.rst                 |   54 ----------
 docs/ref/index.rst                  |   12 ---
 docs/ref/ipgroups.rst               |   46 --------
 docs/ref/servers.rst                |   73 -------------
 docs/releases.rst                   |   99 -----------------
 docs/shell.rst                      |   52 ---------
 setup.cfg                           |    6 +-
 30 files changed, 853 insertions(+), 849 deletions(-)

commit 93f9fa75fa8b96e4429dce73e0320686b5b52893
Author: John Griffith <john.griffith@solidfire.com>
Date:   Fri Jun 1 18:55:40 2012 -0600

    Set pep8 version to 1.1 in test_requires
    
    * Fixes bug 1007520
    * Changes in pep8 cause new failures
    
    Change-Id: Ie678f01a5008b0df6ef43a360b599890cab40776

 cinderclient/base.py                |    4 +-
 cinderclient/client.py              |   28 +++---
 cinderclient/exceptions.py          |    3 +-
 cinderclient/service_catalog.py     |    6 +-
 cinderclient/shell.py               |  172 +++++++++++++++++++----------------
 cinderclient/v1/client.py           |   37 ++++----
 cinderclient/v1/shell.py            |   76 ++++++++--------
 cinderclient/v1/volume_snapshots.py |    8 +-
 cinderclient/v1/volumes.py          |   22 ++---
 docs/conf.py                        |    2 +-
 tests/fakes.py                      |   19 ++--
 tests/test_http.py                  |    3 +-
 tests/test_service_catalog.py       |    8 +-
 tests/v1/fakes.py                   |  105 +++++++++++----------
 tests/v1/test_auth.py               |   23 +++--
 tools/install_venv.py               |    4 +-
 tools/test-requires                 |    3 +-
 17 files changed, 269 insertions(+), 254 deletions(-)

commit 314fa34b75307c51a1eaf7c9eab9033b2cdc2d48
Author: Bhuvan Arumugam <bhuvan@apache.org>
Date:   Fri Jun 1 23:52:38 2012 -0700

    Auto generate AUTHORS file for python-cinderclient component.
    
    Bug: 976267
    
    Now that git commits are gated by CLA, we shouldn't enforce
    committers to add an entry in AUTHORS file. The AUTHORS file
    should be generated automatically, based on git commits.
    
    This commit fixes the problem.
    
    * AUTHORS
      Remove this file.
    
    * .gitignore
      Add AUTHORS file.
    
    * cinderclient/shell.py
      pep8 fix.
    
    Change-Id: I4e3c4524fc71a11f11b48fcb6abb99e6c7f33e90

 .gitignore                             |    1 +
 cinderclient/openstack/common/setup.py |   17 +++++++++++++++++
 cinderclient/shell.py                  |    2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

commit 1711f1f9bb3cd514ded6839cff7e3d3aff1df547
Author: Monty Taylor <mordred@inaugust.com>
Date:   Mon May 21 16:44:06 2012 -0400

    Align setup.py and tox with standards.
    
    Change-Id: Ic63c6fd4d770303ae5f295c58e43213e88e34b57

 AUTHORS                                |   60 -----------
 MANIFEST.in                            |    1 +
 cinderclient/openstack/common/setup.py |  183 ++++++++++++++++++++++++++++++++
 setup.cfg                              |    2 +
 setup.py                               |   13 +--
 tools/pip-requires                     |    5 -
 tools/test-requires                    |   10 ++
 tox.ini                                |   40 +++++--
 8 files changed, 237 insertions(+), 77 deletions(-)

commit 471704df644eced17026c280b0aab9e549718e14
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon May 21 16:32:35 2012 -0400

    Initial split from python-novaclient.

 .gitignore                          |   11 +
 .gitreview                          |    4 +
 .mailmap                            |   15 +
 AUTHORS                             |   60 +++
 HACKING                             |  115 ++++++
 LICENSE                             |  208 ++++++++++
 MANIFEST.in                         |    8 +
 README.rst                          |  155 +++++++
 cinderclient/base.py                |  293 ++++++++++++++
 cinderclient/client.py              |  330 +++++++++++++++
 cinderclient/exceptions.py          |  146 +++++++
 cinderclient/extension.py           |   39 ++
 cinderclient/service_catalog.py     |   77 ++++
 cinderclient/shell.py               |  435 ++++++++++++++++++++
 cinderclient/utils.py               |  261 ++++++++++++
 cinderclient/v1/__init__.py         |   17 +
 cinderclient/v1/client.py           |   71 ++++
 cinderclient/v1/shell.py            |  241 +++++++++++
 cinderclient/v1/volume_snapshots.py |   88 ++++
 cinderclient/v1/volume_types.py     |   77 ++++
 cinderclient/v1/volumes.py          |  135 +++++++
 docs/.gitignore                     |    1 +
 docs/Makefile                       |   89 ++++
 docs/api.rst                        |   67 +++
 docs/conf.py                        |  198 +++++++++
 docs/index.rst                      |   45 +++
 docs/ref/backup_schedules.rst       |   60 +++
 docs/ref/exceptions.rst             |   14 +
 docs/ref/flavors.rst                |   35 ++
 docs/ref/images.rst                 |   54 +++
 docs/ref/index.rst                  |   12 +
 docs/ref/ipgroups.rst               |   46 +++
 docs/ref/servers.rst                |   73 ++++
 docs/releases.rst                   |   99 +++++
 docs/shell.rst                      |   52 +++
 run_tests.sh                        |  154 +++++++
 setup.cfg                           |   13 +
 setup.py                            |   56 +++
 tests/fakes.py                      |   71 ++++
 tests/test_base.py                  |   48 +++
 tests/test_client.py                |   18 +
 tests/test_http.py                  |   74 ++++
 tests/test_service_catalog.py       |  127 ++++++
 tests/test_shell.py                 |   75 ++++
 tests/test_utils.py                 |   74 ++++
 tests/utils.py                      |    5 +
 tests/v1/fakes.py                   |  765 +++++++++++++++++++++++++++++++++++
 tests/v1/test_auth.py               |  297 ++++++++++++++
 tests/v1/test_shell.py              |   77 ++++
 tests/v1/testfile.txt               |    1 +
 tests/v1/utils.py                   |   29 ++
 tools/generate_authors.sh           |    3 +
 tools/install_venv.py               |  244 +++++++++++
 tools/nova.bash_completion          |   15 +
 tools/pip-requires                  |    9 +
 tools/rfc.sh                        |  145 +++++++
 tools/with_venv.sh                  |    4 +
 tox.ini                             |   14 +
 58 files changed, 5949 insertions(+)