350d6f5337
Adds os-keypairs to the core list for the V3 API. Rename os-keypairs to keypairs as part of this change. Fixes some incorrect urls in test_keypairs which still included the tenant id Updates api samples for servers since keypairs is now core and forms part of the response by default +DocImpact Partially implements blueprint nova-v3-api Change-Id: I8cdf52be0c8b19f7704848029a78373da8018cab
7 lines
464 B
XML
7 lines
464 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<servers xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
|
<server name="new-server-test" id="b7244821-09f6-4931-a59f-433bc9a00edc">
|
|
<atom:link href="http://openstack.example.com/v3/servers/b7244821-09f6-4931-a59f-433bc9a00edc" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/servers/b7244821-09f6-4931-a59f-433bc9a00edc" rel="bookmark"/>
|
|
</server>
|
|
</servers> |