API Operations -Virtual Interfaces
Bug #900147 reported by
Yokose Akihito
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Fix Released
|
Medium
|
Rami Vaknin |
Bug Description
-Test Specification
https:/
-github
tags: | added: japanese ntt testcase |
tags: | added: compute |
tags: |
added: test-needed removed: testcase |
Changed in tempest: | |
status: | New → Triaged |
Changed in tempest: | |
importance: | Undecided → Medium |
tags: | added: spec-needed |
To post a comment you must log in.
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/4172ba73c09b 48e88ae13bf7b85 ccd88/servers/ 89409ff4- 3a9a-41f1- bc9a-9558e7e9fd 0c/os-virtual- interfaces -X GET -H "X-Auth-Project-Id: demo" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: 433258b71927471 3bb6bcbe1e479d4 72" Request- Id: req-429f3f59- 5f08-4a59- a72a-c58b1a5dce 12
HTTP/1.1 200 OK
X-Compute-
Content-Type: application/json
Content-Length: 108
Date: Fri, 26 Oct 2012 19:10:13 GMT
{"virtual_ interfaces" : [{"id": "57fa6984- c7f6-46d5- 98d1-8c15f8b8f4 1a", "mac_address": "fa:16: 3e:06:65: 10"}]}