Comment 5 for bug 1475464

Revision history for this message
Duncan.C (duncan-c) wrote : Re: Nova:The site missing get servers api related info

Hi :
I used devstack to deploy all-in-one env.(stable/kilo) and fully follow default script.

I show compute endpoint has two url.
http://172.20.3.18:8774/v2.1/$(tenant_id)s
http://172.20.3.18:8774/v2/$(tenant_id)s

And I use curl cmd to call these api that needed add tenant_id.

Besiedes,
[openstack/nova-specs.git] / specs / liberty / nova-pagination-prevpage.rst

There have use rest api example.
http://cloudcontroller:8774/v2.1/{tenant_id}/servers

Thank you for reviewing.