| commit | db4a2e162f7113064ce56384dbfb793dcd4931b1 | [log] [tgz] |
|---|---|---|
| author | Yaroslav Lobankov <ylobankov@mirantis.com> | Sat Nov 28 20:04:54 2015 +0300 |
| committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Tue Dec 01 12:01:43 2015 +0300 |
| tree | 169b8156b8dc46cfc37a6b595223eee2d60c6e99 | |
| parent | d160c29b7e29940d6deeb32c9b5ae0cbbc9ef472 [diff] |
Changing directory structure for Cinder clients
The tempest/services/volume directory had the following structure:
tempest
|___services
|___volume
|____json
| |____admin
| | |____<client files>
| |
| |____<client files>
|
|____v2
|____json
|____admin
| |____<client files>
|
|____<client files>
The structure was changed to keep consistency with other clients directories.
For example, the tempest/services/identity derectory and the tempest/services/image
directory. So now the structure is the following:
tempest
|___services
|___volume
|____base
| |____<client files>
|
|____v1
| |____json
| |____admin
| | |____<client files>
| |
| |____<client files>
|
|____v2
|____json
|____admin
| |____<client files>
|
|____<client files>
The tempest/services/volume/base directory was created and now it containes base
client files with base client classes for v1 and v2 Cinder clients.
Change-Id: I0ac37e15eddffb12d150dcd5b68e0f933712d22c