API Operations -Virtual Interfaces

Bug #900147 reported by Yokose Akihito
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Fix Released
Medium
Rami Vaknin
Nachi Ueno (nati-ueno)
tags: added: japanese ntt testcase
Nachi Ueno (nati-ueno)
tags: added: compute
tags: added: test-needed
removed: testcase
Nachi Ueno (nati-ueno)
Changed in tempest:
status: New → Triaged
Nachi Ueno (nati-ueno)
Changed in tempest:
importance: Undecided → Medium
Jay Pipes (jaypipes)
tags: added: spec-needed
Revision history for this message
David Kranz (david-kranz) wrote :

This extension is not documented on api.openstack.org and is not part of the nova shell client but it does exist so it should be tested. Looking at the source it seems to just provide a way to list info about the interfaces:

 curl -i http://172.18.0.156:8774/v2/4172ba73c09b48e88ae13bf7b85ccd88/servers/89409ff4-3a9a-41f1-bc9a-9558e7e9fd0c/os-virtual-interfaces -X GET -H "X-Auth-Project-Id: demo" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: 433258b719274713bb6bcbe1e479d472"
HTTP/1.1 200 OK
X-Compute-Request-Id: req-429f3f59-5f08-4a59-a72a-c58b1a5dce12
Content-Type: application/json
Content-Length: 108
Date: Fri, 26 Oct 2012 19:10:13 GMT

{"virtual_interfaces": [{"id": "57fa6984-c7f6-46d5-98d1-8c15f8b8f41a", "mac_address": "fa:16:3e:06:65:10"}]}

Revision history for this message
David Kranz (david-kranz) wrote :

Actually this is (mis-)documented at api.openstack.org as "virtual_interfaces" instead of "os-virtual-interfaces.

Revision history for this message
Rohit Karajgi (rohitk) wrote :

These tests were added to Tempest in Grizzly.
Commit ID: https://github.com/openstack/tempest/commit/76bc8bdca4f589e9af815453e8297b8f095f1311

Changed in tempest:
status: Triaged → Confirmed
status: Confirmed → Fix Released
milestone: none → grizzly-stable
assignee: nobody → Rami Vaknin (rvaknin)
Revision history for this message
Rohit Karajgi (rohitk) wrote :

Thanks for addressing this Rami.

Revision history for this message
Rami Vaknin (rvaknin) wrote :

This is indeen documented and the code includes both rest api client and tests. What should be done here?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.