diff options
| author | Swapnil Kulkarni <swapnilkulkarni2608@gmail.com> | 2014-01-08 13:24:06 +0530 |
|---|---|---|
| committer | Swapnil Kulkarni <swapnilkulkarni2608@gmail.com> | 2014-01-08 13:37:41 +0530 |
| commit | 47014971b09f0334e5cc3b414bef31784f88a37d (patch) | |
| tree | ebb67edcc1a608a9b45da44d0e5d8e2f229d81d7 /doc/source | |
| parent | 2d155ecb07d1fa1f8c64948b34b4ca12c40c6c2e (diff) | |
| download | python-cinderclient-47014971b09f0334e5cc3b414bef31784f88a37d.tar.gz | |
Update cinderclient to skip the additional GET during create
With change https://review.openstack.org/64945 cinder V2 API now
returns volume details. Updated do_create in cinderclient
to remove additional GET call.
Change-Id: I2a36f2fa865b52f228bad44e0a9c67d49228321e
Partial-Bug: #1265893
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 4f00787..8475660 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,7 @@ MASTER ------ * Add support for reset-state on multiple volumes or snapshots at once +.. _1265893: https://bugs.launchpad.net/python-cinderclient/+bug/1265893 .. _1256043: https://bugs.launchpad.net/python-cinderclient/+bug/1256043 .. _1254951: http://bugs.launchpad.net/python-cinderclient/+bug/1254951 .. _1254587: http://bugs.launchpad.net/python-cinderclient/+bug/1254587 |
