5 Commits

Author SHA1 Message Date
Matthew Treinish
6e60a75184
Fix release notes around
We need to add new release notes files added for each commit. While we
can edit past release notes that's essentially the same as editing
history, it's fine for typos and/or clearing something up but when
adding new things we're adding onto notes in past releases. In the
case of 2 recently migrated clients the old release notes putting
patches that landed after 12.1.0 in the release notes for 12.1.0. This
commit fixes that issue and breaks that out into a new note.

Change-Id: Id7a24c1bc659c4e44b2214ec27e6b94ea742a81e
2016-07-21 13:53:52 -04:00
Daniel Mellado
2a9cb75438 Define v3 policies_client as library
Migrate v3 API policies_client to tempest.lib

Partially implements blueprint consistent-service-method-names

Change-Id: I8126f5c48784e39ad4c7ce25b0b85ba66d90c2a3
2016-07-21 11:23:30 +00:00
Daniel Mellado
1f361c2c11 Define v3 endpoints_client as library
Migrate v3 API endpoints_client to tempest.lib

Partially implements blueprint consistent-service-method-names

Change-Id: Ic6836aef3400d5b1d14320896ae3a3f4f1eaa450
2016-07-20 13:19:56 +00:00
ghanshyam
1719306170 Define 4 identity v2 clients as libraries
- roles_client
- services_client
- tenants_client
- users_client
of identity v2 services are stable and good interface to
migrate those in libraries interfaces.

neutron tempest tests and other CI use below service clients
from tempest path so keeping those temporarily in tempest also
otherwise it will break their gate.
These service clients  will be removed from tempest path once
those interface are released n lib and fixed in neutron side etc.
- roles_client
- tenants_client
- users_client

Partially implements blueprint consistent-service-method-names

Change-Id: I3c09396f36a82d484de226cfe27848b6916cb636
2016-06-29 09:20:21 +09:00
Ken'ichi Ohmichi
cd7e92e171 Define v2 endpoints_client as libarry
Image v2 API's endpoints_client has good interfaces now,
then this patch makes the client as a library.

Partially implements blueprint consistent-service-method-names

Change-Id: Ia1cbb7f9bdd37384686e40c3076b44a9db488364
2016-06-13 16:45:48 -07:00