Commit Graph

12 Commits

Author SHA1 Message Date
Jenkins cbf36e7c93 Merge "Add V3 API samples for flavors,flavor-rxtx,flavor-access" 2013-09-17 21:19:27 +00:00
Jenkins 472f4364f8 Merge "Add V3 API samples for instance-actions,extenions" 2013-09-17 20:00:41 +00:00
Jenkins d27a7508b2 Merge "Fix v3 swap volume with wrong signature" 2013-09-12 15:07:57 +00:00
He Jie Xu c898bf8ec4 Add V3 API samples for flavors,flavor-rxtx,flavor-access
Partially implements blueprint v3-api-unittests

Change-Id: I2b572ec13190b946daebec4e64f9b9b362d5ac6e
2013-09-09 14:50:24 +08:00
He Jie Xu 83cc9b40c5 Add V3 API samples for instance-actions,extenions
Partially implements blueprint v3-api-unittests

Change-Id: Ie90973734943b3d22cb288b18916a6ef2d9f51de
2013-09-05 17:41:25 +08:00
Chris Yeoh 350d6f5337 Makes v3 API keypairs extension core
Adds os-keypairs to the core list for the V3 API.

Rename os-keypairs to keypairs as part of this change.

Fixes some incorrect urls in test_keypairs which still included
the tenant id

Updates api samples for servers since keypairs is now core and forms
part of the response by default

+DocImpact

Partially implements blueprint nova-v3-api

Change-Id: I8cdf52be0c8b19f7704848029a78373da8018cab
2013-09-03 13:47:40 +09:30
Jenkins 8b5f0c9bee Merge "Adds V3 API samples for migrations" 2013-09-02 15:43:35 +00:00
He Jie Xu 764860a029 Fix v3 swap volume with wrong signature
Fix bug 1219672

Fix the signature and add related integrated test.
And fix test_servers missing subs 'glance_host'.

Change-Id: I040dafe2c1bcfc014fdeba3f735b322908af96c0
2013-09-02 16:29:18 +08:00
Chris Yeoh 5860420fa6 Adds V3 API samples for agents, aggregates and certificates
Adds v3 API samples for the agents, aggregates, and certificates
extensions. Bundling them together to save on review load

Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification

Change-Id: Iee26fe25b5fd369f2a1f5690ddc095a90526a549
2013-08-29 22:43:11 +09:30
He Jie Xu 6ac3d3626c Adds V3 API samples for migrations
Partially implements blueprint v3-api-unittests

DocImpact

Change-Id: Ic1a1b96f00831b22c9499d3ac2953f3d08819905
2013-08-28 11:28:48 +08:00
Chris Yeoh 5303209b73 Removes V3 API images and image_metadata extensions
Removes V3 API images and image_metadata extensions as the
same functionality can be accessed directly through glance. Also
removes the associated testcases. There is a discussion about
the decision here:

http://lists.openstack.org/pipermail/openstack-dev/2013-August/012958.html

Fixes the image bookmark links in server information requests
so they point to glance

Partially implements blueprint nova-v3-api

Change-Id: Id32be0c0794b0f4dd220a928345ddf0133e9ffca
2013-08-27 11:11:15 +09:30
Chris Yeoh 6ee525dd7d Adds infra for v3 API sample creation
Adds the required infrastructure for the v3 API sample creation.
- v3 API samples and the test cases are in their own v3 directory
- API samples from "core" are now put in their own (per plugin)
  directory rather than in the root directory
- Testcases to create api samples are now placed in individual
  files rather than one giant one. I think it makes it clearer what
  testcases we do have and avoids merge conflict pain

Adds API samples for basic servers interaction

Fix for bug in servers.py where if no extension was loaded which
extends create xml deserialization an exception would occur (fixed
here because it causes the api sample tests ported to fail).

Partially implements blueprint v3-api-unittests

Change-Id: I653af49dcc499c18f14b6e1764711a9922354069
2013-08-16 12:14:26 +09:30