Comment 3 for bug 1655504

Revision history for this message
jichenjc (jichenjc) wrote :

I believe it's against nova something like following? this is newton version........

my endpoint are https and the href did return in https format, should I test with other method?
the

stack@devstack:~$ nova --debug list
...

RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:bf:35", "version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:bf:35", "version": 6, "addr":
"fda4:693b:8e78:0:f816:3eff:fe2a:bf35", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://192.168.123.10:8774/v2.1/servers/df09dcd4-249d-4fb5-bc9d-9312fb9131f9", "rel": "self"}, {"href": "http://192.168.123.10:8774/servers/df09dcd4-249d-4fb5-bc9d-9312fb9131f9", "rel": "bookmark"}], "image": {"id": "5317edda-f979-416a-8462-56ef8bf3076e", "links": [{"href": "http://192.168.123.10:8774/images/5317edda-f979-416a-8462-56ef8bf3076e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-27T10:48:05.000000", "flavor": {"id": "1", "links": [{"href": "http://192.168.123.10:8774/flavors/1", "rel": "bookmark"}]}, "id": "df09dcd4-249d-4fb5-bc9d-9312fb9131f9", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "user_id": "09deb07277754d57a4df953b1694c5b7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-27T10:48:06Z", "hostId": "c56a0fbc8b839cf48eaccd0875e803fa855c2ef2e139a3b779f6b972", "description": null, "tags": [], "key_name": null, "locked": false, "name": "ji1", "created": "2017-03-27T10:28:54Z", "tenant_id": "91b450b1657a4f10a20590ca8fb6b6d0", "os-extended-volumes:volumes_attached": [], "config_drive": ""}]}