rename os-compute-2.1.wadl to os-servers-2.1.wadl

the file is for /v2.1/servers, not for compute, so
change its name to make it more consistent

(df) renamed all compute WADL files to match resource names
(df) renamed api_samples folders to match resource names
(df) removed unused code samples

Partial-Bug: #1515222

Change-Id: I9c0783d08f8c0dcd767baaaf5d76e7c709d90509
This commit is contained in:
jichenjc 2015-11-24 01:07:41 +08:00 committed by Diane Fleming
parent 6afd098ebe
commit 9c77b3f520
199 changed files with 628 additions and 3616 deletions

View File

@ -47,7 +47,7 @@
</wadl:resource>
</wadl:resources>
</section>
<section xml:id="os-servers-v2.1">
<section xml:id="servers-v2.1">
<title>Servers (servers)</title>
<para>Lists, creates, gets details for, updates, and deletes servers.</para>
<para><emphasis role="bold">Passwords</emphasis></para>
@ -175,22 +175,22 @@
are encouraged to do so through an access address.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02"
href="../wadls/compute-api/src/v2.1/wadl/os-compute-2.1.wadl"/>
href="../wadls/compute-api/src/v2.1/wadl/servers-v2.1.wadl"/>
</section>
<section xml:id="os-multiple-create-v2.1">
<title>Servers multiple create (servers)</title>
<para>
Creates one or more servers.
Creates one or more servers.
</para>
<para>
Optionally, you can set <code>"return_reservation_id": "True"</code>
in the request body to request that a reservation ID be returned
instead of the newly created instance information. With this
parameter, the response shows only the reservation ID.
Optionally, you can set <code>"return_reservation_id": "True"</code>
in the request body to request that a reservation ID be returned
instead of the newly created instance information. With this
parameter, the response shows only the reservation ID.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-multiple-create-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/servers-multiple-create-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-server-actions-v2.1">
<title>Servers actions (servers, action)</title>
@ -198,60 +198,60 @@
Performs actions on a server. Specify the action in the request body.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-multinic-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-fixed-ip-v2.1.wadl#action">
<wadl:method href="#addFixedIp"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="#addFloatingIp"/>
<wadl:method href="#attach"/>
<wadl:method href="#confirmResize"/>
<wadl:method href="#createImage"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-evacuate-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-evacuate-v2.1.wadl#action">
<wadl:method href="#evacuate"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-deferred-delete-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-deferred-delete-v2.1.wadl#action">
<wadl:method href="#forceDelete"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-console-output-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-console-output-v2.1.wadl#action">
<wadl:method href="#getConsoleOutput"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-remote-consoles-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-remote-consoles-v2.1.wadl#action">
<wadl:method href="#getRDPConsole"/>
<wadl:method href="#getSerialConsole"/>
<wadl:method href="#getSPICEConsole"/>
<wadl:method href="#getVNCConsole"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="#reboot"/>
<wadl:method href="#rebuild"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-multinic-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-fixed-ip-v2.1.wadl#action">
<wadl:method href="#removeFixedIp"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="removeFloatingIp"/>
<wadl:method href="#rescue"/>
<wadl:method href="#resize"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-deferred-delete-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-deferred-delete-v2.1.wadl#action">
<wadl:method href="#restore"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="#revertResize"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-shelve-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-shelve-v2.1.wadl#action">
<wadl:method href="#shelve"/>
<wadl:method href="#shelveOffload"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="#start"/>
<wadl:method href="#stop"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-server-actions-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-v2.1.wadl#action">
<wadl:method href="#unrescue"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-shelve-v2.1.wadl#action">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/servers-action-shelve-v2.1.wadl#action">
<wadl:method href="#unshelve"/>
</wadl:resource>
</wadl:resources>
@ -263,7 +263,7 @@
in the request body.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-admin-actions-v2.1.wadl"
href="../wadls/compute-api/src/v2.1/wadl/servers-action-admin-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="diagnostics-v2.1">
@ -278,26 +278,26 @@
<section xml:id="server-ips-v2.1">
<title>Servers IPs (servers, ips)</title>
<para>
Lists the IP addresses assigned to an instance or shows details for
an IP address.
Lists the IP addresses assigned to an instance or shows details for
an IP address.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/server-ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="server-metadata-v2.1">
<title>Server metadata (servers, metadata)</title>
<para>
Lists metadata, creates or replaces one or more metadata
items, and updates one or more metadata items for a server.
Lists metadata, creates or replaces one or more metadata
items, and updates one or more metadata items for a server.
</para>
<para>
Shows details for, creates or replaces, and updates a metadata item,
by key, for a server.
Shows details for, creates or replaces, and updates a metadata item,
by key, for a server.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/server-metadata-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/metadata-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-instance-actions-v2.1">
<title>Servers action (servers, os-instance-actions)</title>
@ -343,11 +343,11 @@
<section xml:id="os-flavors-v2.1">
<title>Flavors with extended attributes (flavors)</title>
<para>
Shows information about flavors.
Shows information about flavors.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-flavors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/flavors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-flavor-access-v2.1">
<title>Flavors access (flavors, os-flavor-access, action)</title>
@ -394,17 +394,17 @@
<title>Keypairs (keypairs)</title>
<para>Generates, imports, and deletes SSH keys.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/keypairs-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/os-keypairs-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="limits-v2.1">
<title>Limits (limits)</title>
<para>
Shows all global and rate limit information.
Shows rate and absolute limits for the tenant.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/limits-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
href="../wadls/compute-api/src/v2.1/wadl/limits-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="extensions-v2.1">
<title>Extensions (extensions)</title>
@ -510,326 +510,281 @@
<section xml:id="os-availability-zone-v2.1">
<title>Availability zones (os-availability-zone)</title>
<para>
Gets availability zone information.
Gets availability zone information.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-availability-zone-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-baremetal-nodes-v2.1">
<title>Bare metal nodes (os-baremetal-nodes)</title>
<para>Bare metal nodes.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-baremetal-nodes-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-block-device-mapping-v2.1">
<title>Servers with block device mapping format (servers, os-block-device-mapping)</title>
<para>Creates a server with a block device mapping.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-block-device-mapping-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-cells-v2.1">
<title>Cells (os-cells, capacities)</title>
<para>
Adds neighbor cells, lists neighbor cells, and gets the capabilities
of the local cell.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-cells-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-certificates-v2.1">
<title>Root certificates (os-certificates)</title>
<para>Creates and shows details for a root certificate.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-certificates-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-cloudpipe-v2.1">
<title>Cloudpipe (os-cloudpipe)</title>
<para>Manages virtual VPNs for projects.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-cloudpipe-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-consoles-v2.1">
<title>Server consoles (servers, os-consoles, os-console-auth-token)</title>
<para>Manages server consoles.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-consoles-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-fixed-ips-v2.1">
<title>Fixed IPs (os-fixed-ips)</title>
<para>
Shows data for a fixed IP, such as host name, CIDR, and
address. Also, reserves and frees a fixed IP address.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-fixed-ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ip-dns-v2.1">
<title>Floating IP DNS records (os-floating-ip-dns)</title>
<para>
Manages DNS records associated with IP addresses allocated by the
floating IPs extension. Requests are dispatched to a DNS driver
selected at startup.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ip-dns-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ip-pools-v2.1">
<title>Floating IP pools (os-floating-ip-pools)</title>
<para>
Manages groups of floating IPs.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ip-pools-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ips-v2.1">
<title>Floating IPs (os-floating-ips)</title>
<para>
Assigns and allocates floating IP addresses to instances
that run in an OpenStack cloud.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ips-bulk-v2.1">
<title>Floating IPs bulk (os-floating-ips-bulk)</title>
<para>
Bulk-creates, deletes, and lists floating IPs. Default pool name is
<code>nova</code>. To view available pools, use the
<code>os-floating-ip-pools</code> extension.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ips-bulk-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="v2.1os-fping">
<title>Ping instances (os-fping)</title>
<para>
Pings instances and reports which ones are alive.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-fping-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-hosts-v2.1">
<title>Hosts (os-hosts)</title>
<para>
Manages physical hosts.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-hosts-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-hypervisors-v2.1">
<title>Hypervisors (os-hypervisors)</title>
<para>
Lists all hypervisors, shows summary statistics for all hypervisors
over all compute nodes, shows details for a hypervisor, and shows the
uptime for a hypervisor.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-hypervisors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-instance-usage-audit-log-v2.1">
<title>Instance usage audit log (os-instance-usage-audit-log)</title>
<para>
Administrator only. Monitors task logs.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-instance-usage-audit-log-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-migrations-v2.1">
<title>Migrations (os-migrations)</title>
<para>
Shows data on migrations.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-migrations-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-networks-v2.1">
<title>Networks (os-networks)</title>
<para>
Creates, lists, shows information for, and deletes networks.
</para>
<para>
Adds network to a project, disassociates a network from a project,
and disassociates a project from a network.
</para>
<para>
Associates host with and disassociates host from a network.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-networks-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-quota-class-sets-v2.1">
<title>Quota class (os-quota-class-sets)</title>
<para>
Provides quota classes management support.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-quota-class-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-quota-sets-v2.1">
<title>Quota sets (os-quota-sets)</title>
<para>
Permits administrators, depending on policy settings, to view quotas
for a project and view and update default quotas.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-quota-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-groups-v2.1">
<title>Security groups (os-security-groups)</title>
<para>
Lists, shows information for, creates, and deletes security groups.
</para>
<para>
Security groups are sets of IP filter rules that are applied to
networking for an instance. Security groups are specific to a project,
and project members can edit the default rules for their group and add
rules sets. All projects have a <code>default</code> security group,
which is applied to instances that have no other security group
defined. You cannot delete the <code>default</code> security group but
you can delete rules in the <code>default</code> security group.
Unless changed, this security group denies all incoming traffic.
</para>
<para>
For information about security groups and rules, see
<link
xlink:href="http://docs.openstack.org/openstack-ops/content/security_groups.html">Security
groups</link>.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-groups-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-group-default-rules-v2.1">
<title>Rules for default security group
(os-security-group-default-rules)</title>
<para>
Lists, creates, shows information for, and deletes default security
group rules.
</para>
<para>
Security groups are sets of IP filter rules that are applied to
networking for an instance. Security groups are specific to a project,
and project members can edit the default rules for their group and add
rules sets. All projects have a <code>default</code> security group,
which is applied to instances that have no other security group
defined. You cannot delete the <code>default</code> security group but
you can delete rules in the <code>default</code> security group.
Unless changed, this security group denies all incoming traffic.
</para>
<para>
For information about security groups and rules, see
<link
xlink:href="http://docs.openstack.org/openstack-ops/content/security_groups.html">Security
groups</link>.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-group-default-rules-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-group-rules-v2.1">
<title>Rules for security group (os-security-group-rules)</title>
<para>
Creates and deletes security group rules.
</para>
<para>
Security groups are sets of IP filter rules that are applied to
networking for an instance. Security groups are specific to a project,
and project members can edit the default rules for their group and add
rules sets. All projects have a <code>default</code> security group,
which is applied to instances that have no other security group
defined. You cannot delete the <code>default</code> security group but
you can delete rules in the <code>default</code> security group.
Unless changed, this security group denies all incoming traffic.
</para>
<para>
For information about security groups and rules, see
<link
xlink:href="http://docs.openstack.org/openstack-ops/content/security_groups.html">Security
groups</link>.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-group-rules-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-server-external-events-v2.1">
<title>Create external events (os-server-external-events)</title>
<para>
Creates one or more external events. Each event is dispatched to a
server instance.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-server-groups-v2.1">
<title>Server groups (os-server-groups)</title>
<para>
Lists, shows information for, creates, and deletes server groups.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource
href="../wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl#os-server-groups">
<wadl:method href="#listServerGroups"/>
<wadl:method href="#createServerGroup"/>
</wadl:resource>
<wadl:resource
href="../wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl#ServerGroup_id">
<wadl:method href="#showServerGroup"/>
<wadl:method href="#deleteServerGroup"/>
</wadl:resource>
</wadl:resources>
</section>
<section xml:id="os-services-v2.1">
<title>Manage services (os-services)</title>
<para>
Lists all or only disabled Compute services for all hosts in a
tenant. Logs information for disabled services. Enables or
disables scheduling for, forces down, unsets the forced-down state
of, or deletes a service.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#os-services">
<wadl:method href="#listServices"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#detail">
<wadl:method href="#getDisableReasonDetail"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#enable">
<wadl:method href="#enableScheduling"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#disable">
<wadl:method href="#disableScheduling"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#disable-log-reason">
<wadl:method href="#disableLogReason"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#force">
<wadl:method href="#putForceDown"/>
</wadl:resource>
<wadl:resource href="../wadls/compute-api/src/v2.1/wadl/os-services-v2.1.wadl#os-services">
<wadl:method href="#deleteService"/>
</wadl:resource>
</wadl:resources>
href="../wadls/compute-api/src/v2.1/wadl/os-availability-zone-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-baremetal-nodes-v2.1">
<title>Bare metal nodes (os-baremetal-nodes)</title>
<para>Bare metal nodes.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-baremetal-nodes-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-block-device-mapping-v2.1">
<title>Servers with block device mapping format
(servers, os-block-device-mapping)</title>
<para>Creates a server with a block device mapping.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/servers-block-device-mapping-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-cells-v2.1">
<title>Cells (os-cells, capacities)</title>
<para>
Adds neighbor cells, lists neighbor cells, and gets the capabilities
of the local cell.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-cells-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-certificates-v2.1">
<title>Root certificates (os-certificates)</title>
<para>Creates and shows details for a root certificate.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-certificates-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-cloudpipe-v2.1">
<title>Cloudpipe (os-cloudpipe)</title>
<para>Manages virtual VPNs for projects.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-cloudpipe-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-consoles-v2.1">
<title>Server consoles (servers, os-consoles, os-console-auth-token)</title>
<para>Manages server consoles.</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-consoles-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-fixed-ips-v2.1">
<title>Fixed IPs (os-fixed-ips)</title>
<para>
Shows data for a fixed IP, such as host name, CIDR, and
address. Also, reserves and frees a fixed IP address.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-fixed-ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ip-dns-v2.1">
<title>Floating IP DNS records (os-floating-ip-dns)</title>
<para>
Manages DNS records associated with IP addresses allocated by the
floating IPs extension. Requests are dispatched to a DNS driver
selected at startup.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ip-dns-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ip-pools-v2.1">
<title>Floating IP pools (os-floating-ip-pools)</title>
<para>
Manages groups of floating IPs.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ip-pools-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ips-v2.1">
<title>Floating IPs (os-floating-ips)</title>
<para>
Lists floating IP addresses that are associated with a project. Also,
creates (allocates) a floating IP address for a project, shows
floating IP address details, and deletes (deallocates) a floating IP
address from a project.
</para>
<para>
A pool of floating IP addresses, configured by the cloud
administrator, is available in OpenStack Compute. The project quota
defines the maximum number of floating IP addresses that you can
allocate to the project. After you <link
xlink:href="http://developer.openstack.org/api-ref-compute-v2.1.html#createFloatingIP">allocate a floating IP address</link>
for a project, you can:
</para>
<itemizedlist>
<listitem>
<para>
<link xlink:href="http://developer.openstack.org/api-ref-compute-v2.1.html#addFloatingIp">Add (associate) the floating
IP address</link> with an instance in the project. Only one
floating IP address can be associated with an instance at a time.
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://developer.openstack.org/api-ref-compute-v2.1.html#removeFloatingIp">Remove
(disassociate) the floating IP address</link> from an instance in the project.
</para>
</listitem>
<listitem>
<para>
Delete, or deallocate, a floating IP from the project, which
automatically deletes any associations for that IP address.
</para>
</listitem>
</itemizedlist>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ips-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-floating-ips-bulk-v2.1">
<title>Floating IPs bulk (os-floating-ips-bulk)</title>
<para>
(nova-network only) Bulk-creates, deletes, and lists floating IPs.
Default pool name is <code>nova</code>.
</para>
<para>
To view available pools, use the <code>os-floating-ip-pools</code>
extension.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-floating-ips-bulk-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="v2.1os-fping">
<title>Ping instances (os-fping)</title>
<para>
Pings instances and reports which ones are alive.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-fping-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-hosts-v2.1">
<title>Hosts (os-hosts)</title>
<para>
Manages physical hosts.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-hosts-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-hypervisors-v2.1">
<title>Hypervisors (os-hypervisors)</title>
<para>
Lists all hypervisors, shows summary statistics for all hypervisors
over all compute nodes, shows details for a hypervisor, and shows the
uptime for a hypervisor.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-hypervisors-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-instance-usage-audit-log-v2.1">
<title>Instance usage audit log (os-instance-usage-audit-log)</title>
<para>
Administrator only. Monitors task logs.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-instance-usage-audit-log-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-migrations-v2.1">
<title>Migrations (os-migrations)</title>
<para>
Shows data on migrations.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-migrations-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-networks-v2.1">
<title>Networks (os-networks)</title>
<para>
Creates, lists, shows information for, and deletes networks.
</para>
<para>
Adds network to a project, disassociates a network from a project,
and disassociates a project from a network.
</para>
<para>
Associates host with and disassociates host from a network.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-networks-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-quota-class-sets-v2.1">
<title>Quota class (os-quota-class-sets)</title>
<para>
Provides quota classes management support.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-quota-class-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-quota-sets-v2.1">
<title>Quota sets (os-quota-sets)</title>
<para>
Permits administrators, depending on policy settings, to view quotas
for a project and view and update default quotas.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-quota-sets-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-groups-v2.1">
<title>Security groups (os-security-groups)</title>
<para>
Lists, shows information for, creates, and deletes security groups.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-groups-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-group-default-rules-v2.1">
<title>Rules for default security group
(os-security-group-default-rules)</title>
<para>
Lists, shows information for, and creates default security
group rules.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-group-default-rules-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-security-group-rules-v2.1">
<title>Rules for security group (os-security-group-rules)</title>
<para>
Creates and deletes security group rules.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-security-group-rules-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-server-external-events-v2.1">
<title>Create external events (os-server-external-events)</title>
<para>
Creates one or more external events. Each event is dispatched to a
server instance.
</para>
<wadl:resources
href="../wadls/compute-api/src/v2.1/wadl/os-server-external-events-v2.1.wadl"
xmlns:wadl="http://wadl.dev.java.net/2009/02"/>
</section>
<section xml:id="os-server-groups-v2.1">
<title>Server groups (os-server-groups)</title>
<para>
Lists, shows information for, creates, and deletes server groups.
</para>
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
<wadl:resource
href="../wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl#os-server-groups">
<wadl:method href="#listServerGroups"/>
<wadl:method href="#createServerGroup"/>
</wadl:resource>
<wadl:resource
href="../wadls/compute-api/src/v2.1/wadl/os-server-groups-v2.1.wadl#ServerGroup_id">
<wadl:method href="#showServerGroup"/>
<wadl:method href="#deleteServerGroup"/>
</wadl:resource>
</wadl:resources>
</section>
<section xml:id="os-simple-tenant-usage-v2.1">
<title>Usage reports (os-simple-tenant-usage)</title>

View File

@ -1,24 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"OS-FLV-EXT-DATA:ephemeral": 0,
"disk": 1,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"os-flavor-access:is_public": true,
"ram": 512,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
}
}

View File

@ -1,114 +0,0 @@
{
"flavors": [
{
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 20,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "2",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/2",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/2",
"rel": "bookmark"
}
],
"name": "m1.small",
"ram": 2048,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 40,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "3",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/3",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/3",
"rel": "bookmark"
}
],
"name": "m1.medium",
"ram": 4096,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 2
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 80,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "4",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/4",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/4",
"rel": "bookmark"
}
],
"name": "m1.large",
"ram": 8192,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 4
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 160,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "5",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/5",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/5",
"rel": "bookmark"
}
],
"name": "m1.xlarge",
"ram": 16384,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 8
}
]
}

View File

@ -1,74 +0,0 @@
{
"flavors": [
{
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny"
},
{
"id": "2",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/2",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/2",
"rel": "bookmark"
}
],
"name": "m1.small"
},
{
"id": "3",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/3",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/3",
"rel": "bookmark"
}
],
"name": "m1.medium"
},
{
"id": "4",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/4",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/4",
"rel": "bookmark"
}
],
"name": "m1.large"
},
{
"id": "5",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/flavors/5",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/5",
"rel": "bookmark"
}
],
"name": "m1.xlarge"
}
]
}

View File

@ -1,5 +0,0 @@
{
"reboot": {
"type": "SOFT"
}
}

View File

@ -1,56 +0,0 @@
{
"server": {
"OS-DCF:diskConfig": "AUTO",
"accessIPv4": "1.2.3.4",
"accessIPv6": "80fe::",
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"version": 4
}
]
},
"adminPass": "seekr3t",
"created": "2012-09-25T13:36:08Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "935dcd1019fd43814a1d2a6e9b320dcac352d3a02c69f8be7ba41002",
"id": "27568e59-cfb7-4283-a00e-4af933f2d539",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/27568e59-cfb7-4283-a00e-4af933f2d539",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/27568e59-cfb7-4283-a00e-4af933f2d539",
"rel": "bookmark"
}
],
"metadata": {
"meta var": "meta val"
},
"name": "foobar",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2012-09-25T13:36:09Z",
"user_id": "fake"
}
}

View File

@ -1,74 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-23T13:37:00Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "9cc36101a27c2a69c1a18241f6228454d9d7f466bd90c62db8e8b856",
"id": "f474386b-4fb6-4e1f-b1d5-d6bf4437f7d5",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/f474386b-4fb6-4e1f-b1d5-d6bf4437f7d5",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/f474386b-4fb6-4e1f-b1d5-d6bf4437f7d5",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"accessIPv4": "",
"accessIPv6": "",
"config_drive": "",
"OS-DCF:diskConfig": "AUTO",
"OS-EXT-AZ:availability_zone": "nova",
"OS-EXT-SRV-ATTR:host": "b8b357f7100d4391828f2177c922ef93",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "fake-mini",
"OS-EXT-SRV-ATTR:instance_name": "instance-00000001",
"OS-EXT-STS:power_state": 1,
"OS-EXT-STS:task_state": null,
"OS-EXT-STS:vm_state": "active",
"os-extended-volumes:volumes_attached": [],
"OS-SRV-USG:launched_at": "2013-09-23T13:37:00.880302",
"OS-SRV-USG:terminated_at": null,
"progress": 0,
"security_groups": [
{
"name": "default"
}
],
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-10-31T07:31:30Z",
"user_id": "fake"
}
}

View File

@ -1,10 +0,0 @@
{
"server": {
"name": "new-server-test",
"imageRef": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"flavorRef": "http://openstack.example.com/flavors/1",
"metadata": {
"My Server Name": "Apache1"
}
}
}

View File

@ -1,22 +0,0 @@
{
"server": {
"OS-DCF:diskConfig": "AUTO",
"adminPass": "zPnp2GseTqG4",
"id": "8195065c-fea4-4d57-b93f-5c5c63fe90e8",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/8195065c-fea4-4d57-b93f-5c5c63fe90e8",
"rel": "bookmark"
}
],
"security_groups": [
{
"name": "default"
}
]
}
}

View File

@ -1,76 +0,0 @@
{
"servers": [
{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-23T13:53:12Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "f1e160ad2bf07084f3d3e0dfdd0795d80da18a60825322c15775c0dd",
"id": "9cbefc35-d372-40c5-88e2-9fda1b6ea12c",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/9cbefc35-d372-40c5-88e2-9fda1b6ea12c",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/9cbefc35-d372-40c5-88e2-9fda1b6ea12c",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"accessIPv4": "",
"accessIPv6": "",
"config_drive": "",
"OS-DCF:diskConfig": "AUTO",
"OS-EXT-AZ:availability_zone": "nova",
"OS-EXT-SRV-ATTR:host": "c3f14e9812ad496baf92ccfb3c61e15f",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "fake-mini",
"OS-EXT-SRV-ATTR:instance_name": "instance-00000001",
"OS-EXT-STS:power_state": 1,
"OS-EXT-STS:task_state": null,
"OS-EXT-STS:vm_state": "active",
"os-extended-volumes:volumes_attached": [],
"OS-SRV-USG:launched_at": "2013-09-23T13:53:12.774549",
"OS-SRV-USG:terminated_at": null,
"progress": 0,
"security_groups": [
{
"name": "default"
}
],
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-10-31T06:32:32Z",
"user_id": "fake"
}
]
}

View File

@ -1,18 +0,0 @@
{
"servers": [
{
"id": "a291599e-6de2-41a6-88df-c443ddcef70d",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/a291599e-6de2-41a6-88df-c443ddcef70d",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/a291599e-6de2-41a6-88df-c443ddcef70d",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
]
}

View File

@ -1,796 +0,0 @@
{
"extensions": [
{
"updated": "2014-12-03T00:00:00Z",
"name": "Multinic",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "NMN",
"description": "Multiple network support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "DiskConfig",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-DCF",
"description": "Disk Management Extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedAvailabilityZone",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-AZ",
"description": "Extended Availability Zone support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ImageSize",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-IMG-SIZE",
"description": "Adds image size to image listings."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedIps",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-IPS",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedIpsMac",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-IPS-MAC",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedServerAttributes",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-SRV-ATTR",
"description": "Extended Server Attributes support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedStatus",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-EXT-STS",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorDisabled",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-FLV-DISABLED",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorExtraData",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-FLV-EXT-DATA",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "SchedulerHints",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-SCH-HNT",
"description": "Pass arbitrary key/value pairs to the scheduler."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerUsage",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "OS-SRV-USG",
"description": "Adds launched_at and terminated_at on Servers."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AccessIPs",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-access-ips",
"description": "Access IPs support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AdminActions",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-admin-actions",
"description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n "
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AdminPassword",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-admin-password",
"description": "Admin password management support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Agents",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-agents",
"description": "Agents support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Aggregates",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-aggregates",
"description": "Admin-only aggregate administration."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AssistedVolumeSnapshots",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-assisted-volume-snapshots",
"description": "Assisted volume snapshots."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AttachInterfaces",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-attach-interfaces",
"description": "Attach interface support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "AvailabilityZone",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-availability-zone",
"description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n "
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "BareMetalExtStatus",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-baremetal-ext-status",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "BareMetalNodes",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-baremetal-nodes",
"description": "Admin-only bare-metal node administration."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "BlockDeviceMapping",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-block-device-mapping",
"description": "Block device mapping boot support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "BlockDeviceMappingV2Boot",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-block-device-mapping-v2-boot",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "CellCapacities",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-cell-capacities",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Cells",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-cells",
"description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n "
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Certificates",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-certificates",
"description": "Certificates support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Cloudpipe",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-cloudpipe",
"description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n "
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "CloudpipeUpdate",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-cloudpipe-update",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ConfigDrive",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-config-drive",
"description": "Config Drive Extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ConsoleAuthTokens",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-console-auth-tokens",
"description": "Console token authentication support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ConsoleOutput",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-console-output",
"description": "Console log output support, with tailing ability."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Consoles",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-consoles",
"description": "Interactive Console support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "CreateBackup",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-create-backup",
"description": "Create a backup of a server."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Createserverext",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-create-server-ext",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "DeferredDelete",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-deferred-delete",
"description": "Instance deferred delete."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Evacuate",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-evacuate",
"description": "Enables server evacuation."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedEvacuateFindHost",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-evacuate-find-host",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedFloatingIps",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-floating-ips",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedHypervisors",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-hypervisors",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedNetworks",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-networks",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedQuotas",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-quotas",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedRescueWithImage",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-rescue-with-image",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedServices",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-services",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedServicesDelete",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-services-delete",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedStatus",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-status",
"description": "Extended Status support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ExtendedVolumes",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-extended-volumes",
"description": "Extended Volumes support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FixedIPs",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-fixed-ips",
"description": "Fixed IPs support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorAccess",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-flavor-access",
"description": "Flavor access support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorExtraSpecs",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-flavor-extra-specs",
"description": "Flavors extra specs support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorManage",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-flavor-manage",
"description": "Flavor create/delete API support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorRxtx",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-flavor-rxtx",
"description": "Support to show the rxtx status of a flavor."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FlavorSwap",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-flavor-swap",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FloatingIpDns",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-floating-ip-dns",
"description": "Floating IP DNS support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FloatingIpPools",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-floating-ip-pools",
"description": "Floating IPs support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FloatingIps",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-floating-ips",
"description": "Floating IPs support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "FloatingIpsBulk",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-floating-ips-bulk",
"description": "Bulk handling of Floating IPs."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Fping",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-fping",
"description": "Fping Management Extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "HideServerAddresses",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-hide-server-addresses",
"description": "Support hiding server addresses in certain states."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Hosts",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-hosts",
"description": "Admin-only host administration."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "HypervisorStatus",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-hypervisor-status",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Hypervisors",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-hypervisors",
"description": "Admin-only hypervisor administration."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "InstanceActions",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-instance-actions",
"description": "View a log of actions and events taken on an instance."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "OSInstanceUsageAuditLog",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-instance_usage_audit_log",
"description": "Admin-only Task Log Monitoring."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Keypairs",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-keypairs",
"description": "Keypair Support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "LockServer",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-lock-server",
"description": "Enable lock/unlock server actions."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "MigrateServer",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-migrate-server",
"description": "Enable migrate and live-migrate server actions."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Migrations",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-migrations",
"description": "Provide data on migrations."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "MultipleCreate",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-multiple-create",
"description": "Allow multiple create in the Create Server v2.1 API."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Networks",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-networks",
"description": "Admin-only Network Management Extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "NetworkAssociationSupport",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-networks-associate",
"description": "Network association support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "PauseServer",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-pause-server",
"description": "Enable pause/unpause server actions."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Personality",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-personality",
"description": "Personality support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "PreserveEphemeralOnRebuild",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-preserve-ephemeral-rebuild",
"description": "Allow preservation of the ephemeral partition on rebuild."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "QuotaClasses",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-quota-class-sets",
"description": "Quota classes management support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Quotas",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-quota-sets",
"description": "Quotas management support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Rescue",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-rescue",
"description": "Instance rescue mode."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "SecurityGroupDefaultRules",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-security-group-default-rules",
"description": "Default rules for security group support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "SecurityGroups",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-security-groups",
"description": "Security group support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerDiagnostics",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-diagnostics",
"description": "Allow Admins to view server diagnostics through server action."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerExternalEvents",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-external-events",
"description": "Server External Event Triggers."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerGroupQuotas",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-group-quotas",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerGroups",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-groups",
"description": "Server group support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerListMultiStatus",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-list-multi-status",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerPassword",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-password",
"description": "Server password support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerSortKeys",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-sort-keys",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "ServerStartStop",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-server-start-stop",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Services",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-services",
"description": "Services support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Shelve",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-shelve",
"description": "Instance shelve mode."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "SimpleTenantUsage",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-simple-tenant-usage",
"description": "Simple tenant usage extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "SuspendServer",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-suspend-server",
"description": "Enable suspend/resume server actions."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "OSTenantNetworks",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-tenant-networks",
"description": "Tenant-based Network Management Extension."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "UsedLimits",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-used-limits",
"description": "Provide data on limited resources that are being used."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "UsedLimitsForAdmin",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-used-limits-for-admin",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "UserData",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-user-data",
"description": "Add user_data to the Create Server API."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "UserQuotas",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-user-quotas",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "VirtualInterfaces",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-virtual-interfaces",
"description": "Virtual interface support."
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "VolumeAttachmentUpdate",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-volume-attachment-update",
"description": ""
},
{
"updated": "2014-12-03T00:00:00Z",
"name": "Volumes",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/fake_xml",
"alias": "os-volumes",
"description": "Volumes support."
}
]
}

View File

@ -1,10 +0,0 @@
{
"extension": {
"updated": "2011-09-27T00:00:00+00:00",
"name": "DiskConfig",
"links": [],
"namespace": "http://docs.openstack.org/compute/ext/disk_config/api/v1.1",
"alias": "OS-DCF",
"description": "Disk Management Extension."
}
}

View File

@ -1,23 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 10,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": false,
"id": "10",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/10",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/10",
"rel": "bookmark"
}
],
"name": "test_flavor",
"ram": 1024,
"swap": "",
"vcpus": 2
}
}

View File

@ -1,109 +0,0 @@
{
"flavors": [
{
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 20,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "2",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/2",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/2",
"rel": "bookmark"
}
],
"name": "m1.small",
"ram": 2048,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 40,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "3",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/3",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/3",
"rel": "bookmark"
}
],
"name": "m1.medium",
"ram": 4096,
"swap": "",
"vcpus": 2
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 80,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "4",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/4",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/4",
"rel": "bookmark"
}
],
"name": "m1.large",
"ram": 8192,
"swap": "",
"vcpus": 4
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 160,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "5",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/5",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/5",
"rel": "bookmark"
}
],
"name": "m1.xlarge",
"ram": 16384,
"swap": "",
"vcpus": 8
}
]
}

View File

@ -1,23 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"swap": "",
"vcpus": 1
}
}

View File

@ -1,23 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 10,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "10",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/10",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/10",
"rel": "bookmark"
}
],
"name": "test_flavor",
"ram": 1024,
"swap": "",
"vcpus": 2
}
}

View File

@ -1,34 +0,0 @@
{
"image": {
"OS-EXT-IMG-SIZE:size": "74185822",
"created": "2011-01-01T01:02:03Z",
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"architecture": "x86_64",
"auto_disk_config": "True",
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage7",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
}
}

View File

@ -1,219 +0,0 @@
{
"images": [
{
"OS-EXT-IMG-SIZE:size": "74185822",
"created": "2011-01-01T01:02:03Z",
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"architecture": "x86_64",
"auto_disk_config": "True",
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage7",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "25165824",
"created": "2011-01-01T01:02:03Z",
"id": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/155d900f-4e14-4e4c-a73d-069cbf4541e6",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"architecture": "x86_64",
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage123456",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "58145823",
"created": "2011-01-01T01:02:03Z",
"id": "a2459075-d96c-40d5-893e-577ff92e721c",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/a2459075-d96c-40d5-893e-577ff92e721c",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/a2459075-d96c-40d5-893e-577ff92e721c",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/a2459075-d96c-40d5-893e-577ff92e721c",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage123456",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "49163826",
"created": "2011-01-01T01:02:03Z",
"id": "a440c04b-79fa-479c-bed1-0b816eaec379",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/a440c04b-79fa-479c-bed1-0b816eaec379",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/a440c04b-79fa-479c-bed1-0b816eaec379",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/a440c04b-79fa-479c-bed1-0b816eaec379",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"architecture": "x86_64",
"auto_disk_config": "False",
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage6",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "26360814",
"created": "2011-01-01T01:02:03Z",
"id": "c905cedb-7281-47e4-8a62-f26bc5fc4c77",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/c905cedb-7281-47e4-8a62-f26bc5fc4c77",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"kernel_id": "155d900f-4e14-4e4c-a73d-069cbf4541e6",
"ramdisk_id": null
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage123456",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "84035174",
"created": "2011-01-01T01:02:03Z",
"id": "cedef40a-ed67-4d10-800e-17455edce175",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/cedef40a-ed67-4d10-800e-17455edce175",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/cedef40a-ed67-4d10-800e-17455edce175",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/cedef40a-ed67-4d10-800e-17455edce175",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage123456",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
},
{
"OS-EXT-IMG-SIZE:size": "83594576",
"created": "2011-01-01T01:02:03Z",
"id": "76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
"links": [
{
"href": "http://openstack.example.com/v2.1/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
"rel": "self"
},
{
"href": "http://openstack.example.com/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
"rel": "bookmark"
},
{
"href": "http://glance.openstack.example.com/images/76fa36fc-c930-4bf3-8c8a-ea2a2420deb6",
"rel": "alternate",
"type": "application/vnd.openstack.image"
}
],
"metadata": {
"kernel_id": "nokernel",
"ramdisk_id": "nokernel"
},
"minDisk": 0,
"minRam": 0,
"name": "fakeimage123456",
"progress": 100,
"status": "ACTIVE",
"updated": "2011-01-01T01:02:03Z"
}
]
}

View File

@ -1,26 +1,26 @@
{
"limits": {
"rate": [],
"absolute": {
"maxImageMeta": 128,
"maxPersonality": 5,
"maxPersonalitySize": 10240,
"maxSecurityGroupRules": 20,
"maxSecurityGroups": 10,
"maxServerMeta": 128,
"maxTotalCores": 20,
"maxTotalFloatingIps": 10,
"maxTotalInstances": 10,
"maxPersonality": 5,
"totalServerGroupsUsed": 0,
"maxImageMeta": 128,
"maxPersonalitySize": 10240,
"maxTotalKeypairs": 100,
"maxTotalRAMSize": 51200,
"maxSecurityGroupRules": 20,
"maxServerGroups": 10,
"maxServerGroupMembers": 10,
"totalCoresUsed": 0,
"totalInstancesUsed": 0,
"totalRAMUsed": 0,
"totalSecurityGroupsUsed": 0,
"totalCoresUsed": 1,
"totalRAMUsed": 2048,
"totalInstancesUsed": 1,
"maxSecurityGroups": 10,
"totalFloatingIpsUsed": 0,
"totalServerGroupsUsed": 0
},
"rate": []
"maxTotalCores": 20,
"maxServerGroupMembers": 10,
"maxTotalFloatingIps": 10,
"totalSecurityGroupsUsed": 1,
"maxTotalInstances": 10,
"maxTotalRAMSize": 51200
}
}
}

View File

@ -1,55 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"version": 4
}
]
},
"adminPass": "99WHAxN8gpvg",
"created": "2013-11-06T07:51:09Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "5c8072dbcda8ce3f26deb6662bd7718e1a6d349bdf2296911d1be4ac",
"id": "53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"rel": "bookmark"
}
],
"metadata": {
"meta_var": "meta_val"
},
"name": "new-server-test",
"accessIPv4": "4.3.2.1",
"accessIPv6": "80fe::",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-11-06T07:51:11Z",
"user_id": "fake"
}
}

View File

@ -1,11 +0,0 @@
{
"rebuild": {
"accessIPv4": "4.3.2.1",
"accessIPv6": "80fe::",
"imageRef": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"name": "new-server-test",
"metadata": {
"meta_var": "meta_val"
}
}
}

View File

@ -1,57 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-11T03:23:12Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "b3a6fd97c027e18d6d9c7506eea8a236cf2ceca420cfdfe0239a64a8",
"id": "5eedbf0c-c303-4ed3-933a-a4d3732cfa0a",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/5eedbf0c-c303-4ed3-933a-a4d3732cfa0a",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/5eedbf0c-c303-4ed3-933a-a4d3732cfa0a",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"accessIPv4": "1.2.3.4",
"accessIPv6": "fe80::",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-11T03:23:13Z",
"user_id": "fake",
"key_name": null
}
}

View File

@ -1,12 +0,0 @@
{
"server": {
"accessIPv4": "1.2.3.4",
"accessIPv6": "fe80::",
"name": "new-server-test",
"imageRef": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
"flavorRef": "http://openstack.example.com/openstack/flavors/1",
"metadata": {
"My Server Name": "Apache1"
}
}
}

View File

@ -1,16 +0,0 @@
{
"server": {
"adminPass": "n7JGBda664QG",
"id": "934760e1-2b0b-4f9e-a916-eac1e69839dc",
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
"rel": "bookmark"
}
]
}
}

View File

@ -1,6 +0,0 @@
{
"server": {
"accessIPv4": "4.3.2.1",
"accessIPv6": "80fe::"
}
}

View File

@ -1,54 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"version": 4
}
]
},
"created": "2013-11-06T08:11:57Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "ea0fd522e5bc2fea872429b331304a6f930f2d9aa2a5dc95b3c6061a",
"id": "fea9595c-ce6e-4565-987e-2d301fe056ac",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/fea9595c-ce6e-4565-987e-2d301fe056ac",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/fea9595c-ce6e-4565-987e-2d301fe056ac",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"accessIPv4": "4.3.2.1",
"accessIPv6": "80fe::",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-11-06T08:11:58Z",
"user_id": "fake"
}
}

View File

@ -1,59 +0,0 @@
{
"servers": [
{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-11T03:23:11Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "9896cb12c9845becf1b9b06c8ff5b131d20300f83e2cdffc92e3f4a4",
"id": "934760e1-2b0b-4f9e-a916-eac1e69839dc",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"accessIPv4": "1.2.3.4",
"accessIPv6": "fe80::",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-11T03:23:12Z",
"user_id": "fake",
"key_name": null
}
]
}

View File

@ -1,6 +0,0 @@
{
"configure_project": {
"vpn_ip": "192.168.1.1",
"vpn_port": "2000"
}
}

View File

@ -1,56 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T02:54:56Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "b75d6736650f9b272223ceb48f4cde001de1856e381613a922117ab7",
"id": "f22e4521-d03a-4e9f-9fd3-016b9e227219",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/f22e4521-d03a-4e9f-9fd3-016b9e227219",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/f22e4521-d03a-4e9f-9fd3-016b9e227219",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"OS-EXT-AZ:availability_zone": "nova",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T02:54:57Z",
"user_id": "fake"
}
}

View File

@ -1,58 +0,0 @@
{
"servers": [
{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T02:54:56Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "cf5540800371e53064a60b36ff9d6d1d6a8719ffc870c63a270c6bee",
"id": "55f43fa2-dc7c-4c0b-b21a-76f9abe516f9",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/55f43fa2-dc7c-4c0b-b21a-76f9abe516f9",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/55f43fa2-dc7c-4c0b-b21a-76f9abe516f9",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"OS-EXT-AZ:availability_zone": "nova",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T02:54:58Z",
"user_id": "fake"
}
]
}

View File

@ -1,65 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T02:55:07Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "3bf189131c61d0e71b0a8686a897a0f50d1693b48c47b721fe77155b",
"id": "c278163e-36f9-4cf2-b1ac-80db4c63f7a8",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/c278163e-36f9-4cf2-b1ac-80db4c63f7a8",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/c278163e-36f9-4cf2-b1ac-80db4c63f7a8",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"OS-EXT-SRV-ATTR:host": "c5f474bf81474f9dbbc404d5b2e4e9b3",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "fake-mini",
"OS-EXT-SRV-ATTR:instance_name": "instance-00000001",
"OS-EXT-SRV-ATTR:reservation_id": "r-00000001",
"OS-EXT-SRV-ATTR:launch_index": 0,
"OS-EXT-SRV-ATTR:kernel_id": "a5f474bf81474f9dbbc404d5b2e4e9b3",
"OS-EXT-SRV-ATTR:ramdisk_id": "b5f474bf81474f9dbbc404d5b2e4e9b3",
"OS-EXT-SRV-ATTR:hostname": "fake-hostname",
"OS-EXT-SRV-ATTR:root_device_name": "/dev/vda",
"OS-EXT-SRV-ATTR:userdata": "fake",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T02:55:08Z",
"user_id": "fake"
}
}

View File

@ -1,67 +0,0 @@
{
"servers": [
{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T02:55:03Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "63cf07a9fd82e1d2294926ec5c0d2e1e0ca449224246df75e16f23dc",
"id": "a8c1c13d-ec7e-47c7-b4ff-077f72c1ca46",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/a8c1c13d-ec7e-47c7-b4ff-077f72c1ca46",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/a8c1c13d-ec7e-47c7-b4ff-077f72c1ca46",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"OS-EXT-SRV-ATTR:host": "bc8efe4fdb7148a4bb921a2b03d17de6",
"OS-EXT-SRV-ATTR:hypervisor_hostname": "fake-mini",
"OS-EXT-SRV-ATTR:instance_name": "instance-00000001",
"OS-EXT-SRV-ATTR:reservation_id": "r-00000001",
"OS-EXT-SRV-ATTR:launch_index": 0,
"OS-EXT-SRV-ATTR:kernel_id": "a5f474bf81474f9dbbc404d5b2e4e9b3",
"OS-EXT-SRV-ATTR:ramdisk_id": "b5f474bf81474f9dbbc404d5b2e4e9b3",
"OS-EXT-SRV-ATTR:hostname": "fake-hostname",
"OS-EXT-SRV-ATTR:root_device_name": "/dev/vda",
"OS-EXT-SRV-ATTR:userdata": "fake",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T02:55:05Z",
"user_id": "fake"
}
]
}

View File

@ -1,65 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T03:22:28Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "8feef92e2152b9970b51dbdade024afbec7f8f03daf7cb335a3c1cb9",
"id": "7d62983e-23df-4320-bc89-bbc77f2a2e40",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.3/servers/7d62983e-23df-4320-bc89-bbc77f2a2e40",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/7d62983e-23df-4320-bc89-bbc77f2a2e40",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"os-extended-volumes:volumes_attached": [
{
"id": "volume_id1",
"delete_on_termination": "True"
},
{
"id": "volume_id2",
"delete_on_termination": "False"
}
],
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T03:22:29Z",
"user_id": "fake"
}
}

View File

@ -1,67 +0,0 @@
{
"servers": [
{
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"OS-EXT-IPS-MAC:mac_addr": "aa:bb:cc:dd:ee:ff",
"OS-EXT-IPS:type": "fixed",
"version": 4
}
]
},
"created": "2013-09-16T03:22:32Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "f9622ec1b5ab6e3785661ea1c1e0294f95aecbcf27ac4cb60b06bd02",
"id": "8e479732-7701-48cd-af7a-04d84f51b742",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.3/servers/8e479732-7701-48cd-af7a-04d84f51b742",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/8e479732-7701-48cd-af7a-04d84f51b742",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"os-extended-volumes:volumes_attached": [
{
"id": "volume_id1",
"delete_on_termination": "True"
},
{
"id": "volume_id2",
"delete_on_termination": "False"
}
],
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-16T03:22:34Z",
"user_id": "fake"
}
]
}

View File

@ -1,20 +1,23 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 10,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": false,
"id": "10",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/10",
"href": "http://openstack.example.com/v2.1/flavors/10",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/10",
"href": "http://openstack.example.com/flavors/10",
"rel": "bookmark"
}
],
"name": "test_flavor",
"os-flavor-access:is_public": false,
"ram": 1024,
"swap": "",
"vcpus": 2
}
}

View File

@ -1,20 +1,23 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/1",
"href": "http://openstack.example.com/v2.1/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"os-flavor-access:is_public": true,
"ram": 512,
"swap": "",
"vcpus": 1
}
}

View File

@ -1,19 +1,23 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 10,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "10",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/10",
"href": "http://openstack.example.com/v2.1/flavors/10",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/10",
"href": "http://openstack.example.com/flavors/10",
"rel": "bookmark"
}
],
"name": "test_flavor",
"ram": 1024,
"swap": "",
"vcpus": 2
}
}

View File

@ -1,24 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
}
}

View File

@ -1,114 +0,0 @@
{
"flavors": [
{
"OS-FLV-DISABLED:disabled": false,
"disk": 1,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 20,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "2",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/2",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/2",
"rel": "bookmark"
}
],
"name": "m1.small",
"ram": 2048,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 1
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 40,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "3",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/3",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/3",
"rel": "bookmark"
}
],
"name": "m1.medium",
"ram": 4096,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 2
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 80,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "4",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/4",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/4",
"rel": "bookmark"
}
],
"name": "m1.large",
"ram": 8192,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 4
},
{
"OS-FLV-DISABLED:disabled": false,
"disk": 160,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "5",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/5",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/5",
"rel": "bookmark"
}
],
"name": "m1.xlarge",
"ram": 16384,
"rxtx_factor": 1.0,
"swap": "",
"vcpus": 8
}
]
}

View File

@ -1,10 +0,0 @@
{
"flavor": {
"name": "flavortest",
"ram": 1024,
"vcpus": 2,
"disk": 10,
"id": "100",
"rxtx_factor": 2.0
}
}

View File

@ -1,24 +0,0 @@
{
"flavor": {
"OS-FLV-DISABLED:disabled": false,
"disk": 10,
"OS-FLV-EXT-DATA:ephemeral": 0,
"os-flavor-access:is_public": true,
"id": "100",
"links": [
{
"href": "http://openstack.example.com/v2.1/flavors/100",
"rel": "self"
},
{
"href": "http://openstack.example.com/flavors/100",
"rel": "bookmark"
}
],
"name": "flavortest",
"ram": 1024,
"rxtx_factor": 2.0,
"swap": "",
"vcpus": 2
}
}

View File

@ -1,20 +0,0 @@
{
"flavor": {
"disk": 1,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"swap": "",
"vcpus": 1
}
}

View File

@ -1,94 +0,0 @@
{
"flavors": [
{
"disk": 1,
"id": "1",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/1",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512,
"swap": "",
"vcpus": 1
},
{
"disk": 20,
"id": "2",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/2",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/2",
"rel": "bookmark"
}
],
"name": "m1.small",
"ram": 2048,
"swap": "",
"vcpus": 1
},
{
"disk": 40,
"id": "3",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/3",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/3",
"rel": "bookmark"
}
],
"name": "m1.medium",
"ram": 4096,
"swap": "",
"vcpus": 2
},
{
"disk": 80,
"id": "4",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/4",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/4",
"rel": "bookmark"
}
],
"name": "m1.large",
"ram": 8192,
"swap": "",
"vcpus": 4
},
{
"disk": 160,
"id": "5",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/5",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/5",
"rel": "bookmark"
}
],
"name": "m1.xlarge",
"ram": 16384,
"swap": "",
"vcpus": 8
}
]
}

View File

@ -1,20 +0,0 @@
{
"flavor": {
"disk": 10,
"id": "100",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/flavors/100",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/flavors/100",
"rel": "bookmark"
}
],
"name": "flavortest",
"ram": 1024,
"swap": 5,
"vcpus": 2
}
}

View File

@ -1,46 +0,0 @@
{
"server": {
"addresses": {},
"created": "2013-09-24T14:39:00Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "d0635823e9162b22b90ff103f0c30f129bacf6ffb72f4d6fde87e738",
"id": "4bdee8c7-507f-40f2-8429-d301edd3791b",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/4bdee8c7-507f-40f2-8429-d301edd3791b",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/4bdee8c7-507f-40f2-8429-d301edd3791b",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-24T14:39:01Z",
"user_id": "fake"
}
}

View File

@ -1,48 +0,0 @@
{
"servers": [
{
"addresses": {},
"created": "2013-09-24T14:44:01Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "a4fa72ae8741e5e18fb062c15657b8f689b8da2837b734c61fc9eedd",
"id": "a747eac1-e3ed-446c-935a-c2a2853f919c",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"key_name": null,
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/a747eac1-e3ed-446c-935a-c2a2853f919c",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/a747eac1-e3ed-446c-935a-c2a2853f919c",
"rel": "bookmark"
}
],
"metadata": {
"My Server Name": "Apache1"
},
"name": "new-server-test",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-09-24T14:44:01Z",
"user_id": "fake"
}
]
}

View File

@ -1,18 +0,0 @@
{
"servers": [
{
"id": "b2a7068b-8aed-41a4-aa74-af8feb984bae",
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/b2a7068b-8aed-41a4-aa74-af8feb984bae",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/b2a7068b-8aed-41a4-aa74-af8feb984bae",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
]
}

View File

@ -1,15 +0,0 @@
{
"rebuild": {
"imageRef": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"name": "new-server-test",
"metadata": {
"meta_var": "meta_val"
},
"personality": [
{
"path": "/etc/banner.txt",
"contents": "ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6 b25zLiINCg0KLVJpY2hhcmQgQmFjaA=="
}
]
}
}

View File

@ -1,53 +0,0 @@
{
"server": {
"addresses": {
"private": [
{
"addr": "192.168.0.3",
"version": 4
}
]
},
"adminPass": "99WHAxN8gpvg",
"created": "2013-11-06T07:51:09Z",
"flavor": {
"id": "1",
"links": [
{
"href": "http://openstack.example.com/flavors/1",
"rel": "bookmark"
}
]
},
"hostId": "5c8072dbcda8ce3f26deb6662bd7718e1a6d349bdf2296911d1be4ac",
"id": "53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"image": {
"id": "70a599e0-31e7-49b7-b260-868f441e862b",
"links": [
{
"href": "http://openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"rel": "bookmark"
}
]
},
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/53a63a19-c145-47f8-9ae5-b39d6bff33ec",
"rel": "bookmark"
}
],
"metadata": {
"meta_var": "meta_val"
},
"name": "new-server-test",
"progress": 0,
"status": "ACTIVE",
"tenant_id": "openstack",
"updated": "2013-11-06T07:51:11Z",
"user_id": "fake"
}
}

View File

@ -1,11 +0,0 @@
{
"rebuild": {
"imageRef": "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
"name": "foobar",
"adminPass": "seekr3t",
"metadata": {
"meta_var": "meta_val"
},
"preserve_ephemeral": false
}
}

View File

@ -1,18 +0,0 @@
{
"servers": [
{
"id": "616fb98f-46ca-475e-917e-2563e5a8cd19",
"links": [
{
"href": "http://openstack.example.com/v2.1/openstack/servers/616fb98f-46ca-475e-917e-2563e5a8cd19",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/616fb98f-46ca-475e-917e-2563e5a8cd19",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
]
}

View File

@ -1,11 +0,0 @@
{
"server": {
"name": "new-server-test",
"imageRef": "http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b",
"flavorRef": "http://openstack.example.com/openstack/flavors/1",
"metadata": {
"My Server Name": "Apache1"
},
"os-user-data:user_data": "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg=="
}
}

View File

@ -1,16 +0,0 @@
{
"server": {
"adminPass": "2xHoDU7Gd7vw",
"id": "976a62bb-0d4a-4e17-9044-1864e888a557",
"links": [
{
"href": "http://openstack.example.com/v2.1/servers/976a62bb-0d4a-4e17-9044-1864e888a557",
"rel": "self"
},
{
"href": "http://openstack.example.com/servers/976a62bb-0d4a-4e17-9044-1864e888a557",
"rel": "bookmark"
}
]
}
}

Some files were not shown because too many files have changed in this diff Show More