summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/v3/api_samples/os-extended-status
Commit message (Collapse)AuthorAgeFilesLines
* Port extended_ips/extended_ips_mac extension to V2.1Ghanshyam2014-09-262-4/+4
| | | | | | | | | | | | | | | | | | This patch port extended_ips/extended_ips_mac extension to V2.1 There are difference between V2 and V3 server show/index & server address index API response listed below- 'address' field of V2->V3 API response- "OS-EXT-IPS:type" -> "type" "OS-EXT-IPS-MAC:mac_addr" -> "mac_addr" Reverting those attribute same as V2 to work with V2.1 Closes-Bug: #1368495 Partially implements blueprint v2-on-v3-api Change-Id: I44902b0402115d1b6e833975e6c2f020ac5ab7c3
* Merge "Change ViewBuilder into v2.1 for servers"Jenkins2014-08-272-4/+4
|\
| * Change ViewBuilder into v2.1 for serversHe Jie Xu2014-08-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | This patch changes v3 servers' ViewBuilder to v2.1. And also change related unittests and api sample tests. The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: Ie68d46daa91ef43c84eeef479c0986d5e7f15719
* | Change v3 extended_status to v2.1Eli Qiao2014-08-262-8/+8
|/ | | | | | | | | | | | This patch changes v3 extended_status API to v2.1 and makes v2 unit tests share between v2 and v2.1. Revert v3 changes back to v2. os-extended-status:* -> OS-EXT-STS:* The differences between v2 and v3 are descibed on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: Ieefca1d0e8da831830f43cc83eb50bc7e7f4a10c
* Change 'image_ref'/'flavor_ref' into v2 style for serversHe Jie Xu2014-08-181-2/+2
| | | | | | | | | | | | This patch changes 'image_ref'/'flavor_ref' to 'imageRef'/'flavorRef' that same with v2 api. And also change the related unittest. The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: Ic17334e0a9de89488d5e0c8b75950027d51a3cd4
* Change 'admin_password' into v2 style for servers extensionHe Jie Xu2014-08-181-1/+1
| | | | | | | | | | | | This patch changes 'admin_password' to 'adminPass' that same with v2 api. And also change the related unittest. The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: Ie5675f98bb15c55a191a207171e2ffe3be8e6deb
* Verify created/updated timestamps are isotimeMark McLoughlin2014-04-292-4/+4
| | | | | | | | | | | | We format these timestamps using timeutils.isotime() in the server view builder, so we should check that in the API sample tests rather than using the generic timestamp regexp. Full context here: http://lists.openstack.org/pipermail/openstack-dev/2014-April/033971.html Change-Id: Id55f13d8163249275220151dd88c67b47e6176c9
* Remove v3 xml API sample testsRussell Bryant2014-01-284-52/+0
| | | | | | | | | | This is a step toward removing XML support from the v3 compute API. First, we need to remove all of the tests that would fail once we start ripping out the real code. Part of blueprint remove-v3-xml-api Change-Id: Ie2c280d5ea1e6b8756535deb05982a92561552db
* Remove traces of V3 personality extension from api samplesChris Yeoh2013-11-202-20/+1
| | | | | | | | | | | | Removes occurences of the personality extension from the V3 API samples as the extension has been removed. Cleanup of consistency of image and flavor ref examples for the api samples. DocImpact Partially implements blueprint v3-api-remove-extensions Change-Id: I43a34097904d3d7e280039c3d5d76479a49e92d0
* Make v3 admin_password parameters consistentKen'ichi Ohmichi2013-11-052-2/+2
| | | | | | | | | | | | | | | | | There are API parameters "admin_password" and "admin_pass" on some APIs: * AdminPasswordController: admin_password * EvacuateController : admin_password * RescueController : admin_pass * ServersController : admin_pass These parameters mean the same thing, it is the admin password of a vm instance. They should be the same parameter name because of the meaning. DocImpact Partially implements bp nova-v3-api Change-Id: I452672e064d0dc4a1d5700bb96c01de8087f33d8
* Enable extension access_ips for v3 APIHe Jie Xu2013-10-264-6/+2
| | | | | | | | | | | | This patch enable extension access_ips, remove old 'access_ip_*' attributes and related unittest from servers core. And remove old attributes from api samples. Partially implements bp nova-v3-api DocImpact Change-Id: Id4c8bb721550e317e0695d7876e2faa3d6e91a60
* Add V3 API samples for ext-status,hypervisor,admin-actionsHe Jie Xu2013-09-228-0/+221
Partially implements blueprint v3-api-unittests Change-Id: I537366c1824792fb5345544fc27647816d4d824f