diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-08-29 19:55:28 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-09-22 17:11:53 +0800 |
| commit | 3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e (patch) | |
| tree | 04e80b840329e9bda4a36b4e13b7afc9d085986c /openstackclient/tests/unit/volume/v1/fakes.py | |
| parent | 69c4f605ecce597af3a574d2f7c27c1dbaa17989 (diff) | |
| download | python-openstackclient-3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e.tar.gz | |
Implement "volume transfer request show/accept" command
Add "volume transfer request show" and
"volume transfer accept" commands in
volume v1 and v2. Also add the unit tests,
docs, release note and functional tests
Implements: bp cinder-command-support
Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
Diffstat (limited to 'openstackclient/tests/unit/volume/v1/fakes.py')
| -rw-r--r-- | openstackclient/tests/unit/volume/v1/fakes.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openstackclient/tests/unit/volume/v1/fakes.py b/openstackclient/tests/unit/volume/v1/fakes.py index 33374499..ef52e4b0 100644 --- a/openstackclient/tests/unit/volume/v1/fakes.py +++ b/openstackclient/tests/unit/volume/v1/fakes.py @@ -146,8 +146,6 @@ class FakeTransfer(object): """ # Set default attribute transfer_info = { - 'auth_key': 'key-' + uuid.uuid4().hex, - 'created_at': 'time-' + uuid.uuid4().hex, 'volume_id': 'volume-id-' + uuid.uuid4().hex, 'name': 'fake_transfer_name', 'id': 'id-' + uuid.uuid4().hex, |
