Remove v3 xml API sample tests
This is a step toward removing XML support from the v3 compute API. First, we need to remove all of the tests that would fail once we start ripping out the real code. Part of blueprint remove-v3-xml-api Change-Id: Ie2c280d5ea1e6b8756535deb05982a92561552db
This commit is contained in:
parent
14b6bc6551
commit
c2336e2405
@ -1,25 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-extended-availability-zone="http://docs.openstack.org/compute/ext/extended_availability_zone/api/v3" xmlns:os-pci="http://docs.openstack.org/compute/ext/os-pci/api/v3" xmlns:os-extended-server-attributes="http://docs.openstack.org/compute/ext/extended_server_attributes/api/v3" xmlns:os-extended-status="http://docs.openstack.org/compute/ext/extended_status/api/v3" xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:os-extended-volumes="http://docs.openstack.org/compute/ext/extended_volumes/api/v3" xmlns:os-server-usage="http://docs.openstack.org/compute/ext/os-server-usage/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:os-config-drive="http://docs.openstack.org/compute/ext/config_drive/api/v3" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="2013-10-31T06:32:30Z" user_id="fake" name="new-server-test" created="2013-09-23T13:25:51Z" tenant_id="openstack" progress="0" host_id="cf633433346bd3b095fe1ee9039b553f9d55b552f001c02544b1da64" id="97918d76-884c-4629-8500-4cc147194463" os-config-drive:config_drive="" os-server-usage:launched_at="2013-09-23 13:25:51.254223" os-server-usage:terminated_at="None" os-extended-status:vm_state="active" os-extended-status:locked_by="None" os-extended-status:power_state="1" os-extended-status:task_state="None" os-access-ips:access_ip_v4="" os-access-ips:access_ip_v6="" os-extended-availability-zone:availability_zone="nova" os-extended-server-attributes:hypervisor_hostname="fake-mini" os-extended-server-attributes:instance_name="instance-00000001" os-extended-server-attributes:host="b78e05fa358d404bb5c5f803aba22060" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/97918d76-884c-4629-8500-4cc147194463" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/97918d76-884c-4629-8500-4cc147194463" rel="bookmark"/>
|
||||
<os-pci:pci_devices xmlns:os-pci="os-pci">
|
||||
<os-pci:pci_device id="1"/>
|
||||
</os-pci:pci_devices>
|
||||
<security_groups>
|
||||
<security_group name="default"/>
|
||||
</security_groups>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,9 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="72885505-d8fb-4078-8bdb-65222c08f4d1" admin_password="V24sJmhzzKLu" os-access-ips:access_ip_v4="" os-access-ips:access_ip_v6="">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/72885505-d8fb-4078-8bdb-65222c08f4d1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/72885505-d8fb-4078-8bdb-65222c08f4d1" rel="bookmark"/>
|
||||
<security_groups>
|
||||
<security_group name="default"/>
|
||||
</security_groups>
|
||||
</server>
|
@ -1,27 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<servers xmlns:os-extended-availability-zone="http://docs.openstack.org/compute/ext/extended_availability_zone/api/v3" xmlns:os-pci="http://docs.openstack.org/compute/ext/os-pci/api/v3" xmlns:os-extended-server-attributes="http://docs.openstack.org/compute/ext/extended_server_attributes/api/v3" xmlns:os-extended-status="http://docs.openstack.org/compute/ext/extended_status/api/v3" xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:os-extended-volumes="http://docs.openstack.org/compute/ext/extended_volumes/api/v3" xmlns:os-server-usage="http://docs.openstack.org/compute/ext/os-server-usage/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:os-config-drive="http://docs.openstack.org/compute/ext/config_drive/api/v3" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<server status="ACTIVE" updated="2013-10-31T06:32:30Z" user_id="fake" name="new-server-test" created="2013-09-23T13:29:36Z" tenant_id="openstack" progress="0" host_id="6da2179515d81d177b0fb59fb11a1b70f7ca3b859bb6d8beb6331403" id="dbcc8944-8510-46bd-a017-ecacd6e6de5c" os-config-drive:config_drive="" os-server-usage:launched_at="2013-10-31 06:32:30.295031" os-server-usage:terminated_at="None" os-extended-status:vm_state="active" os-extended-status:locked_by="None" os-extended-status:power_state="1" os-extended-status:task_state="None" os-access-ips:access_ip_v4="" os-access-ips:access_ip_v6="" os-extended-availability-zone:availability_zone="nova" os-extended-server-attributes:hypervisor_hostname="fake-mini" os-extended-server-attributes:instance_name="instance-00000001" os-extended-server-attributes:host="ac7b409b83234b25af19fc4d36793f8d" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/dbcc8944-8510-46bd-a017-ecacd6e6de5c" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/dbcc8944-8510-46bd-a017-ecacd6e6de5c" rel="bookmark"/>
|
||||
<os-pci:pci_devices xmlns:os-pci="os-pci">
|
||||
<os-pci:pci_device id="1"/>
|
||||
</os-pci:pci_devices>
|
||||
<security_groups>
|
||||
<security_group name="default"/>
|
||||
</security_groups>
|
||||
</server>
|
||||
</servers>
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<servers xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<server name="new-server-test" id="1e3b5dab-196d-4e3e-af99-13afe40837da">
|
||||
<atom:link href="http://openstack.example.com/v3/servers/1e3b5dab-196d-4e3e-af99-13afe40837da" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/1e3b5dab-196d-4e3e-af99-13afe40837da" rel="bookmark"/>
|
||||
</server>
|
||||
</servers>
|
@ -1,9 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<console>
|
||||
<console_type>fake</console_type>
|
||||
<port>5999</port>
|
||||
<instance_name>instance-00000001</instance_name>
|
||||
<host>fake</host>
|
||||
<password>qM3ZwY5a</password>
|
||||
<id>1</id>
|
||||
</console>
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<consoles>
|
||||
<console>
|
||||
<console_type>fake</console_type>
|
||||
<id>1</id>
|
||||
</console>
|
||||
</consoles>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="fe57373d-9410-4c24-bd03-7e9323c26718" admin_password="VR3kG8JMfPhZ">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/fe57373d-9410-4c24-bd03-7e9323c26718" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/fe57373d-9410-4c24-bd03-7e9323c26718" rel="bookmark"/>
|
||||
</server>
|
@ -1,4 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extension xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0" alias="flavors" version="1" namespace="http://docs.openstack.org/compute/core/flavors/v3" name="flavors">
|
||||
<description>Flavors Extension.</description>
|
||||
</extension>
|
@ -1,9 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extensions xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/common/api/v1.0">
|
||||
<extension alias="extensions" version="1" namespace="http://docs.openstack.org/compute/core/extension_info/api/v3" name="extensions">
|
||||
<description>Extension information.</description>
|
||||
</extension>
|
||||
<extension alias="flavors" version="1" namespace="http://docs.openstack.org/compute/core/flavors/v3" name="flavors">
|
||||
<description>Flavors Extension.</description>
|
||||
</extension>
|
||||
</extensions>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<add_tenant_access>
|
||||
<tenant_id>fake_tenant</tenant_id>
|
||||
</add_tenant_access>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor_access>
|
||||
<access tenant_id="openstack" flavor_id="10"/>
|
||||
<access tenant_id="fake_tenant" flavor_id="10"/>
|
||||
</flavor_access>
|
@ -1,10 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor xmlns="http://docs.openstack.org/compute/api/v1.1"
|
||||
xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3"
|
||||
name="test_flavor"
|
||||
ram="1024"
|
||||
vcpus="2"
|
||||
disk="10"
|
||||
id="10"
|
||||
flavor-access:is_public="False"
|
||||
/>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" name="test_flavor" ram="1024" ephemeral="0" disabled="False" vcpus="2" swap="0" disk="10" id="10" flavor-access:is_public="False">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/10" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/10" rel="bookmark"/>
|
||||
</flavor>
|
@ -1,23 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavors xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<flavor name="m1.tiny" ram="512" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="1" id="1" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.small" ram="2048" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="20" id="2" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/2" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/2" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.medium" ram="4096" ephemeral="0" disabled="False" vcpus="2" swap="0" disk="40" id="3" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/3" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/3" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.large" ram="8192" ephemeral="0" disabled="False" vcpus="4" swap="0" disk="80" id="4" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/4" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/4" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.xlarge" ram="16384" ephemeral="0" disabled="False" vcpus="8" swap="0" disk="160" id="5" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/5" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/5" rel="bookmark"/>
|
||||
</flavor>
|
||||
</flavors>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor_access>
|
||||
<access tenant_id="openstack" flavor_id="10"/>
|
||||
<access tenant_id="fake_tenant" flavor_id="10"/>
|
||||
</flavor_access>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<remove_tenant_access>
|
||||
<tenant_id>fake_tenant</tenant_id>
|
||||
</remove_tenant_access>
|
@ -1,4 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor_access>
|
||||
<access tenant_id="openstack" flavor_id="10"/>
|
||||
</flavor_access>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" name="m1.tiny" ram="512" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="1" id="1" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<extra_specs>
|
||||
<key1>value1</key1>
|
||||
<key2>value2</key2>
|
||||
</extra_specs>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extra_specs>
|
||||
<key2>value2</key2>
|
||||
<key1>value1</key1>
|
||||
</extra_specs>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extra_spec key="key1">value1</extra_spec>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extra_specs>
|
||||
<key2>value2</key2>
|
||||
<key1>value1</key1>
|
||||
</extra_specs>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<key1>new_value1</key1>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<extra_spec key="key1">new_value1</extra_spec>
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flavor>
|
||||
<name>test_flavor</name>
|
||||
<ram>1024</ram>
|
||||
<vcpus>2</vcpus>
|
||||
<disk>10</disk>
|
||||
<id>10</id>
|
||||
</flavor>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" name="test_flavor" ram="1024" ephemeral="0" disabled="False" vcpus="2" swap="0" disk="10" id="10" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/10" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/10" rel="bookmark"/>
|
||||
</flavor>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavor xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" name="m1.tiny" ram="512" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="1" id="1" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
@ -1,23 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavors xmlns:flavor-access="http://docs.openstack.org/compute/core/flavor-access/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<flavor name="m1.tiny" ram="512" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="1" id="1" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.small" ram="2048" ephemeral="0" disabled="False" vcpus="1" swap="0" disk="20" id="2" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/2" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/2" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.medium" ram="4096" ephemeral="0" disabled="False" vcpus="2" swap="0" disk="40" id="3" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/3" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/3" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.large" ram="8192" ephemeral="0" disabled="False" vcpus="4" swap="0" disk="80" id="4" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/4" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/4" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.xlarge" ram="16384" ephemeral="0" disabled="False" vcpus="8" swap="0" disk="160" id="5" flavor-access:is_public="True">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/5" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/5" rel="bookmark"/>
|
||||
</flavor>
|
||||
</flavors>
|
@ -1,23 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<flavors xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<flavor name="m1.tiny" id="1">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/1" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.small" id="2">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/2" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/2" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.medium" id="3">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/3" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/3" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.large" id="4">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/4" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/4" rel="bookmark"/>
|
||||
</flavor>
|
||||
<flavor name="m1.xlarge" id="5">
|
||||
<atom:link href="http://openstack.example.com/v3/flavors/5" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/flavors/5" rel="bookmark"/>
|
||||
</flavor>
|
||||
</flavors>
|
@ -1,9 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<keypairs>
|
||||
<keypair>
|
||||
<public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcPLt/SUCvzrObsa5dn1M+rHz/9dFTnPhAQ6BFMNMo9EjCLmqWHcOeZ87L6K/caXQOQ7L4rKkQi2aMRt1+GLrY+Y5FeK16Acbd+/37WtB61roPh6uqaMNrm8y2Yusx5/WEDzAZizGDfZwvJa6DVRiQSXSWUeft8dEEWbkCY9FrisnDBA0acb1+kwC+sT9MbjWZ94FJD5ctiHLaQR7e5nFQ7tmMAqiKq14i0R09BoHTd8LUOlh0DD0mtwoHW3YAoIFyJsAtoH/CmBbJ1vjYtna4aATg4eMQMsbz+6LhSQE53dwaRu9AojG7jdC28SEWO/rqznyrDrN6e8sXI5XLX/xL Generated by Nova
|
||||
</public_key>
|
||||
<name>keypair-ccaba351-1a04-41dd-b80a-0302d460e2f7</name>
|
||||
<fingerprint>f4:5a:08:66:ef:5a:1b:52:49:1b:82:2c:fc:b3:df:5d</fingerprint>
|
||||
</keypair>
|
||||
</keypairs>
|
@ -1,4 +0,0 @@
|
||||
<keypair>
|
||||
<name>keypair-c180f683-b051-4d3c-aed1-962f0ec2658b</name>
|
||||
<public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key>
|
||||
</keypair>
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<keypair>
|
||||
<public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated by Nova</public_key>
|
||||
<user_id>fake</user_id>
|
||||
<name>keypair-3f16a239-c29d-4db6-be73-49d2ec93d080</name>
|
||||
<fingerprint>1e:2c:9b:56:79:4b:45:77:f9:ca:7a:98:2c:b0:d5:3c</fingerprint>
|
||||
</keypair>
|
@ -1,3 +0,0 @@
|
||||
<keypair>
|
||||
<name>keypair-94f987ab-8bcf-4398-8aa6-5e00f313394e</name>
|
||||
</keypair>
|
@ -1,36 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<keypair>
|
||||
<public_key>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcPLt/SUCvzrObsa5dn1M+rHz/9dFTnPhAQ6BFMNMo9EjCLmqWHcOeZ87L6K/caXQOQ7L4rKkQi2aMRt1+GLrY+Y5FeK16Acbd+/37WtB61roPh6uqaMNrm8y2Yusx5/WEDzAZizGDfZwvJa6DVRiQSXSWUeft8dEEWbkCY9FrisnDBA0acb1+kwC+sT9MbjWZ94FJD5ctiHLaQR7e5nFQ7tmMAqiKq14i0R09BoHTd8LUOlh0DD0mtwoHW3YAoIFyJsAtoH/CmBbJ1vjYtna4aATg4eMQMsbz+6LhSQE53dwaRu9AojG7jdC28SEWO/rqznyrDrN6e8sXI5XLX/xL Generated by Nova
|
||||
</public_key>
|
||||
<private_key>-----BEGIN RSA PRIVATE KEY-----
|
||||
MIIEowIBAAKCAQEA3Dy7f0lAr86zm7GuXZ9TPqx8//XRU5z4QEOgRTDTKPRIwi5q
|
||||
lh3DnmfOy+iv3Gl0DkOy+KypEItmjEbdfhi62PmORXitegHG3fv9+1rQeta6D4er
|
||||
qmjDa5vMtmLrMef1hA8wGYsxg32cLyWug1UYkEl0llHn7fHRBFm5AmPRa4rJwwQN
|
||||
GnG9fpMAvrE/TG41mfeBSQ+XLYhy2kEe3uZxUO7ZjAKoiqteItEdPQaB03fC1DpY
|
||||
dAw9JrcKB1t2AKCBcibALaB/wpgWydb42LZ2uGgE4OHjEDLG8/ui4UkBOd3cGkbv
|
||||
QKIxu43QtvEhFjv66s58qw6zenvLFyOVy1/8SwIDAQABAoIBAA+E0Al2FfLNc+aC
|
||||
rLC4K1t9OAmpPqjPpMaSfVaizB5UqFPWhXgyfLhKxE2mBc5YN+9RYekX8YnS6NT1
|
||||
oWHjSDdFznqiuEainWrC+PCfQ5WET/QMMVJ+s1Z/0fsAGWaY27oEf/Us075aOYkw
|
||||
9I0Yj/SK2IZHGzqvEXVnBRxgAD+9lFukPQMIL6PzxnPyOgpWl32qS+BJjtTPvkwf
|
||||
/SAplL6EhcXgETsxnjX4Wnyqzn7oMVJ7UMaeqTP1Dqf9jKZJThDClegmTTxAicwK
|
||||
dE568+KyYhetVRoAe72PribIJJ+EioeurZrhJJ8cQtyRO6IJgn2iUVEegjAdKKbI
|
||||
ymA6AnECgYEA+jdIqE0DYBByJYOJIlXTJs+5lYiW2onOzmRc0rUlY9sodVhutoTW
|
||||
VzVVD2Prmg2tlsEL/3d7/xZtQl9V6nlUPzK7Tj0s+u6bTdnDpz3j2MGhMKWFXpUn
|
||||
TyZ8MIQz1fvPP6LBE6iqC8qFCuB2dpJ7n47gTJNI57yH05iXSDdGUh8CgYEA4VQK
|
||||
vaZy+/ej4gJ21PoeVoJMeGoGJUfkfOMVWASSxPH9lryDCCCBPfE5EB6o+hUGI/Gp
|
||||
rUByifnEXmHUSHYBLhDRaLI9x9/AlFpi54+OFCveZpPeMV1awTJPrW6VeqT9wZib
|
||||
Lzbqie7Elshks95E7cFxZ+RWoZOi/SbhYyRSSFUCgYAX1OAkt4EUyzwz+n07OfVs
|
||||
guhoJ6RGmE2MNt7oarxu8FbAJnYVCD3p/HhniNrNx3O7IhPkdxrmRtqNMctbE8dE
|
||||
Za6VWxpHpCZCmfUanrhu0rJpkbpMMeSWk1HMxSqyvNMWeoftOWlIyjc1u/9Md9My
|
||||
dUdDw9tzxu8g5i2ygSE/fQKBgA6nToOC3ZtxQWEjU+MJ2Qs7Mgnqqzelc0CD7BFr
|
||||
SrgwHJO+8q6GnqEOnO1lcQvCbkHMJ4Ky3EAI1DJnHk0QD4eVZGjwnn/vFzEOp7vz
|
||||
ZAP/zljRaPPA5HQH95KJzILLVA1RBVaOtbX+px4/Lf1ciRMFL4DYIqIjXcgkzSeL
|
||||
ZyZ5AoGBAOlBzur3UJFn+ZMtbE3F4/zO39e8ns/OwzgfkgxjELmkbNpb8qvmI0JT
|
||||
MHOHdUNUJmjjZ8BQmynUiuPVISSOMiACo7cPzTWYY5Gh7ijSUQ/tn08tcTBAyo0l
|
||||
ak3qRYzz2heSi7Qe0RiHSX44rXyL9XYa7u3aexQGuGCjDwxkr2pw
|
||||
-----END RSA PRIVATE KEY-----
|
||||
</private_key>
|
||||
<user_id>fake</user_id>
|
||||
<name>keypair-ccaba351-1a04-41dd-b80a-0302d460e2f7</name>
|
||||
<fingerprint>f4:5a:08:66:ef:5a:1b:52:49:1b:82:2c:fc:b3:df:5d</fingerprint>
|
||||
</keypair>
|
@ -1,19 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="2013-11-06T07:51:17Z" user_id="fake" name="new-server-test" created="2013-11-06T07:51:16Z" tenant_id="openstack" progress="0" host_id="aa5947afded4011a123e96aa4ebb887c445cea196074a793eeb38f9c" id="c2eac137-f985-46a3-9796-ba3ff9990e54" admin_password="2HePqvKRz22B" os-access-ips:access_ip_v4="4.3.2.1" os-access-ips:access_ip_v6="80fe::">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="meta_var">meta_val</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/c2eac137-f985-46a3-9796-ba3ff9990e54" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/c2eac137-f985-46a3-9796-ba3ff9990e54" rel="bookmark"/>
|
||||
</server>
|
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rebuild
|
||||
xmlns="http://docs.openstack.org/compute/api/v1.1"
|
||||
name="new-server-test"
|
||||
image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b"
|
||||
xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3"
|
||||
os-access-ips:access_ip_v4="4.3.2.1" os-access-ips:access_ip_v6="80fe::">
|
||||
<metadata>
|
||||
<meta key="meta_var">meta_val</meta>
|
||||
</metadata>
|
||||
<personality>
|
||||
<file path="/etc/banner.txt">
|
||||
ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp
|
||||
dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k
|
||||
IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs
|
||||
c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g
|
||||
QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo
|
||||
ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv
|
||||
dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy
|
||||
c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6
|
||||
b25zLiINCg0KLVJpY2hhcmQgQmFjaA==
|
||||
</file>
|
||||
</personality>
|
||||
</rebuild>
|
@ -1,19 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="2013-09-11T03:36:47Z" user_id="fake" name="new-server-test" created="2013-09-11T03:36:46Z" tenant_id="openstack" progress="0" host_id="7f9de0289b985e3cdc1965e58c00b3343fbb72bd82cb32e736fe0b7b" id="ad654a80-98fb-4254-9c11-ff9fa94c6332" os-access-ips:access_ip_v4="1.2.3.4" os-access-ips:access_ip_v6="fe80::" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/ad654a80-98fb-4254-9c11-ff9fa94c6332" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/ad654a80-98fb-4254-9c11-ff9fa94c6332" rel="bookmark"/>
|
||||
</server>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/openstack/flavors/1" name="new-server-test" os-access-ips:access_ip_v4="1.2.3.4" os-access-ips:access_ip_v6="fe80::">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<personality>
|
||||
<file path="/etc/banner.txt">
|
||||
ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp
|
||||
dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k
|
||||
IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs
|
||||
c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g
|
||||
QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo
|
||||
ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv
|
||||
dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy
|
||||
c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6
|
||||
b25zLiINCg0KLVJpY2hhcmQgQmFjaA==
|
||||
</file>
|
||||
</personality>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="bda1ab20-a0f2-4643-a56b-7447245e8b9f" admin_password="pe59TrCHUvxU" os-access-ips:access_ip_v4="1.2.3.4" os-access-ips:access_ip_v6="fe80::">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/bda1ab20-a0f2-4643-a56b-7447245e8b9f" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/bda1ab20-a0f2-4643-a56b-7447245e8b9f" rel="bookmark"/>
|
||||
</server>
|
@ -1,5 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<os-access-ips:access_ip_v4>4.3.2.1</os-access-ips:access_ip_v4>
|
||||
<os-access-ips:access_ip_v6>80fe::</os-access-ips:access_ip_v6>
|
||||
</server>
|
@ -1,19 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="2013-11-06T08:12:00Z" user_id="fake" name="new-server-test" created="2013-11-06T08:11:59Z" tenant_id="openstack" progress="0" host_id="aa49f912ea14b9dd964b461cec1425b206449f316cc629140f0b74df" id="4746f15b-6acc-480c-929f-2989aa9f75e6" os-access-ips:access_ip_v4="4.3.2.1" os-access-ips:access_ip_v6="80fe::">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/4746f15b-6acc-480c-929f-2989aa9f75e6" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/4746f15b-6acc-480c-929f-2989aa9f75e6" rel="bookmark"/>
|
||||
</server>
|
@ -1,21 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<servers xmlns:os-access-ips="http://docs.openstack.org/compute/ext/os-access-ips/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<server status="ACTIVE" updated="2013-09-11T03:36:44Z" user_id="fake" name="new-server-test" created="2013-09-11T03:36:43Z" tenant_id="openstack" progress="0" host_id="03772f8ab4d1e3279a58bbf0a24ab4309e0bfa61a84fa649187441cd" id="7140cb40-0181-4cc4-a15c-1e714cfc6de8" os-access-ips:access_ip_v4="1.2.3.4" os-access-ips:access_ip_v6="fe80::" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/7140cb40-0181-4cc4-a15c-1e714cfc6de8" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/7140cb40-0181-4cc4-a15c-1e714cfc6de8" rel="bookmark"/>
|
||||
</server>
|
||||
</servers>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<create_backup>
|
||||
<name>Backup 1</name>
|
||||
<backup_type>daily</backup_type>
|
||||
<rotation>1</rotation>
|
||||
</create_backup>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inject_network_info />
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<migrate_live>
|
||||
<host>bba598d96c9a465e80b1455f5fa8d364</host>
|
||||
<block_migration>false</block_migration>
|
||||
<disk_over_commit>false</disk_over_commit>
|
||||
</migrate_live>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lock />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<migrate />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<pause/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<reset_network />
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<reset_state>
|
||||
<state>active</state>
|
||||
</reset_state>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<resume />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<suspend />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<unlock />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<unpause />
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="aabf9643-db79-4dbf-b8ea-9158bda2c11f" admin_password="EpkvFp93fHBv">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/aabf9643-db79-4dbf-b8ea-9158bda2c11f" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/aabf9643-db79-4dbf-b8ea-9158bda2c11f" rel="bookmark"/>
|
||||
</server>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<change_password
|
||||
xmlns="http://docs.openstack.org/compute/api/v1.1"
|
||||
admin_password="foo"/>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="f52e5ef8-4fd6-4ea3-9c3a-aa6f2e42ebed" admin_password="FqVqFjhYw3Pt">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/f52e5ef8-4fd6-4ea3-9c3a-aa6f2e42ebed" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/f52e5ef8-4fd6-4ea3-9c3a-aa6f2e42ebed" rel="bookmark"/>
|
||||
</server>
|
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<agent>
|
||||
<hypervisor>hypervisor</hypervisor>
|
||||
<os>os</os>
|
||||
<architecture>x86</architecture>
|
||||
<version>8.0</version>
|
||||
<md5hash>add6bb58e139be103324d04d82d8f545</md5hash>
|
||||
<url>xxxxxxxxxxxx</url>
|
||||
</agent>
|
@ -1,10 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<agent>
|
||||
<url>xxxxxxxxxxxx</url>
|
||||
<hypervisor>hypervisor</hypervisor>
|
||||
<md5hash>add6bb58e139be103324d04d82d8f545</md5hash>
|
||||
<version>8.0</version>
|
||||
<architecture>x86</architecture>
|
||||
<os>os</os>
|
||||
<agent_id>1</agent_id>
|
||||
</agent>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<agent>
|
||||
<version>7.0</version>
|
||||
<url>xxx://xxxx/xxx/xxx</url>
|
||||
<md5hash>add6bb58e139be103324d04d82d8f545</md5hash>
|
||||
</agent>
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<agent>
|
||||
<url>xxx://xxxx/xxx/xxx</url>
|
||||
<version>7.0</version>
|
||||
<agent_id>1</agent_id>
|
||||
<md5hash>add6bb58e139be103324d04d82d8f545</md5hash>
|
||||
</agent>
|
@ -1,4 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<agents>
|
||||
<agent url="xxxxxxxxxxxx" hypervisor="hypervisor" md5hash="add6bb58e139be103324d04d82d8f545" version="8.0" architecture="x86" os="os" agent_id="1"/>
|
||||
</agents>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<add_host host="bdb794e5cdd3447c9132ddd8e5cc3d0b" />
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<set_metadata>
|
||||
<metadata>
|
||||
<key>value</key>
|
||||
</metadata>
|
||||
</set_metadata>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<aggregate name="name" availability_zone="nova" />
|
@ -1,10 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:56.757058</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
</aggregate>
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<remove_host host="bdb794e5cdd3447c9132ddd8e5cc3d0b" />
|
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<aggregate name="newname" availability_zone="nova2" />
|
@ -1,14 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>newname</name>
|
||||
<availability_zone>nova2</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:57.655769</created_at>
|
||||
<updated_at>2013-08-18 12:17:57.683956</updated_at>
|
||||
<hosts/>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<availability_zone>nova2</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
@ -1,16 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:57.255783</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<hosts>
|
||||
<host>bdb794e5cdd3447c9132ddd8e5cc3d0b</host>
|
||||
</hosts>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<availability_zone>nova</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
@ -1,14 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:56.757058</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<hosts/>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<availability_zone>nova</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
@ -1,16 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregates>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:57.241412</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<hosts/>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<availability_zone>nova</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
||||
</aggregates>
|
@ -1,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:56.891817</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<hosts/>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<key>value</key>
|
||||
<availability_zone>nova</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
@ -1,14 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<aggregate>
|
||||
<name>name</name>
|
||||
<availability_zone>nova</availability_zone>
|
||||
<deleted>False</deleted>
|
||||
<created_at>2013-08-18 12:17:57.255783</created_at>
|
||||
<updated_at>None</updated_at>
|
||||
<hosts/>
|
||||
<deleted_at>None</deleted_at>
|
||||
<id>1</id>
|
||||
<metadata>
|
||||
<availability_zone>nova</availability_zone>
|
||||
</metadata>
|
||||
</aggregate>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface_attachment>
|
||||
<port_id>ce531f90-199f-48c0-816c-13e38010b442</port_id>
|
||||
</interface_attachment>
|
@ -1,13 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<interface_attachment>
|
||||
<port_state>ACTIVE</port_state>
|
||||
<fixed_ips>
|
||||
<fixed_ip>
|
||||
<subnet_id>f8a6e8f8-c2ec-497c-9f23-da9616de54ef</subnet_id>
|
||||
<ip_address>192.168.1.3</ip_address>
|
||||
</fixed_ip>
|
||||
</fixed_ips>
|
||||
<port_id>ce531f90-199f-48c0-816c-13e38010b442</port_id>
|
||||
<net_id>3cb9bc59-5699-4588-a4b1-b87f96708bc6</net_id>
|
||||
<mac_addr>fa:16:3e:4c:2c:30</mac_addr>
|
||||
</interface_attachment>
|
@ -1,15 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<interface_attachments>
|
||||
<interface_attachment>
|
||||
<port_state>ACTIVE</port_state>
|
||||
<fixed_ips>
|
||||
<fixed_ip>
|
||||
<subnet_id>f8a6e8f8-c2ec-497c-9f23-da9616de54ef</subnet_id>
|
||||
<ip_address>192.168.1.3</ip_address>
|
||||
</fixed_ip>
|
||||
</fixed_ips>
|
||||
<port_id>ce531f90-199f-48c0-816c-13e38010b442</port_id>
|
||||
<net_id>3cb9bc59-5699-4588-a4b1-b87f96708bc6</net_id>
|
||||
<mac_addr>fa:16:3e:4c:2c:30</mac_addr>
|
||||
</interface_attachment>
|
||||
</interface_attachments>
|
@ -1,13 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<interface_attachment>
|
||||
<port_state>ACTIVE</port_state>
|
||||
<fixed_ips>
|
||||
<fixed_ip>
|
||||
<subnet_id>f8a6e8f8-c2ec-497c-9f23-da9616de54ef</subnet_id>
|
||||
<ip_address>192.168.1.3</ip_address>
|
||||
</fixed_ip>
|
||||
</fixed_ips>
|
||||
<port_id>ce531f90-199f-48c0-816c-13e38010b442</port_id>
|
||||
<net_id>3cb9bc59-5699-4588-a4b1-b87f96708bc6</net_id>
|
||||
<mac_addr>fa:16:3e:4c:2c:30</mac_addr>
|
||||
</interface_attachment>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="df8ced02-6e8e-447f-817e-eed7b4546931" admin_password="h2kBdURmTqv4">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/df8ced02-6e8e-447f-817e-eed7b4546931" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/df8ced02-6e8e-447f-817e-eed7b4546931" rel="bookmark"/>
|
||||
</server>
|
@ -1,64 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<availability_zones xmlns:os-availability-zone="http://docs.openstack.org/compute/ext/availabilityzone/api/v3">
|
||||
<availability_zone name="internal">
|
||||
<zone_state available="True"/>
|
||||
<hosts>
|
||||
<host name="network">
|
||||
<services>
|
||||
<service name="nova-network">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
<host name="conductor">
|
||||
<services>
|
||||
<service name="nova-conductor">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
<host name="cells">
|
||||
<services>
|
||||
<service name="nova-cells">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
<host name="cert">
|
||||
<services>
|
||||
<service name="nova-cert">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
<host name="scheduler">
|
||||
<services>
|
||||
<service name="nova-scheduler">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
<host name="consoleauth">
|
||||
<services>
|
||||
<service name="nova-consoleauth">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
</hosts>
|
||||
<metadata/>
|
||||
</availability_zone>
|
||||
<availability_zone name="nova">
|
||||
<zone_state available="True"/>
|
||||
<hosts>
|
||||
<host name="compute">
|
||||
<services>
|
||||
<service name="nova-compute">
|
||||
<service_state available="True" active="True" updated_at="None"/>
|
||||
</service>
|
||||
</services>
|
||||
</host>
|
||||
</hosts>
|
||||
<metadata/>
|
||||
</availability_zone>
|
||||
</availability_zones>
|
@ -1,7 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<availability_zones xmlns:os-availability-zone="http://docs.openstack.org/compute/ext/availabilityzone/api/v3">
|
||||
<availability_zone name="nova">
|
||||
<zone_state available="True"/>
|
||||
<metadata/>
|
||||
</availability_zone>
|
||||
</availability_zones>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" xmlns:os-availability-zone="http://docs.openstack.org/compute/ext/availabilityzone/api/v3" image_ref="http://openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/openstack/flavors/1" name="new-server-test" os-availability-zone:availability_zone="test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<personality>
|
||||
<file path="/etc/banner.txt">
|
||||
ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp
|
||||
dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k
|
||||
IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs
|
||||
c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g
|
||||
QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo
|
||||
ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv
|
||||
dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy
|
||||
c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6
|
||||
b25zLiINCg0KLVJpY2hhcmQgQmFjaA==
|
||||
</file>
|
||||
</personality>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="eb1657bd-f530-4077-b885-c54701898cc9" admin_password="sxQ5ZbjnTjzg">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/eb1657bd-f530-4077-b885-c54701898cc9" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/eb1657bd-f530-4077-b885-c54701898cc9" rel="bookmark"/>
|
||||
</server>
|
@ -1,19 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<cell xmlns="http://docs.rackspacecloud.com/servers/api/v1.0">
|
||||
<capacities>
|
||||
<ram_free total_mb="7680">
|
||||
<unit_by_mb unit="0" mb="8192"/>
|
||||
<unit_by_mb unit="13" mb="512"/>
|
||||
<unit_by_mb unit="1" mb="4096"/>
|
||||
<unit_by_mb unit="3" mb="2048"/>
|
||||
<unit_by_mb unit="0" mb="16384"/>
|
||||
</ram_free>
|
||||
<disk_free total_mb="1052672">
|
||||
<unit_by_mb unit="11" mb="81920"/>
|
||||
<unit_by_mb unit="46" mb="20480"/>
|
||||
<unit_by_mb unit="5" mb="163840"/>
|
||||
<unit_by_mb unit="23" mb="40960"/>
|
||||
<unit_by_mb unit="0" mb="0"/>
|
||||
</disk_free>
|
||||
</capacities>
|
||||
</cell>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<cell xmlns="http://docs.rackspacecloud.com/servers/api/v1.0" username="username3" rpc_host="None" type="child" name="cell3" rpc_port="None"/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<cells xmlns="http://docs.rackspacecloud.com/servers/api/v1.0"/>
|
@ -1,8 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<cells xmlns="http://docs.rackspacecloud.com/servers/api/v1.0">
|
||||
<cell username="username1" rpc_host="None" type="child" name="cell1" rpc_port="None"/>
|
||||
<cell username="username3" rpc_host="None" type="child" name="cell3" rpc_port="None"/>
|
||||
<cell username="username5" rpc_host="None" type="child" name="cell5" rpc_port="None"/>
|
||||
<cell username="username2" rpc_host="None" type="parent" name="cell2" rpc_port="None"/>
|
||||
<cell username="username4" rpc_host="None" type="parent" name="cell4" rpc_port="None"/>
|
||||
</cells>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<certificate private_key="-----BEGIN RSA PRIVATE KEY----- MIICXgIBAAKBgQC4UMjbmFUfkFPFSM0HRz6ULcpwmg2eaJ+EaIwhLrSyghPy1NxL RbS5gurxDZahspmtULNOUA6YqCAMn0t1EOZe3vWAnckAvnKMZul46gtBfkxTFIg4 P9P1LWgyoO0cSaV2T8Itrb2ZV9OQAlAlrF51zhXUvW63jjyv51PsM2PhWQIDAQAB AoGBAKE7Qckeo2/9/9m3SmsQfoR+3fTMPheRK+FW1yX7xmPU+ABXBfHuox4YkM6W 9WqzYk1DJ+bcjzgo8gg4nHhmdS2RIqNeWczOaOHprWzPVEbwaR10sSuLUYOBfuko brvPwGW856UcsByGdM5DIf5DhtWtR3znY4UE0I3tzKelyMrRAkEA6wdpqdFoHJhD 8OGRiC2ZHmvxwi2wKZ0izf29vSvRUnrYxH79zzADZqiIvS90cCuYjdJT4JJYfzU8 cm3l6QJBbQJBAMjC9ur6OuoxxM7cUsOfiHqrQVhuy3WYkkMcqBNcms0Z2G7cRqxF ZEroqNyXHUiN3WXbi/pRSdnMX8sta7QZWB0CQQDQiaVBnqLILHqsMxlUQVFJYvIC H1PduKV3LRu7zDNRAdtwjlVaDvoVjpi1dHPWS3hy7hqqem+3f18BEW4cT3oJAkBP +wQdttTTykIK21GJp7vaivF8hp892Suj2v3GwOTXAw3rlIv/Q6HiCfCD+RvsdMAY PS/16H6Qa1BahFzdIh+tAkEAsAb0Y4zN5TACTOPBj2Payhgo7rkqDM0tsR5pTE4f Wx7gqKn7vvq9CJ5Lp80RzhqIbf4hC9wEhjHHoMQ43AjK3Q== -----END RSA PRIVATE KEY----- " data="Certificate: Data: Version: 1 (0x0) Serial Number: 1019 (0x3fb) Signature Algorithm: md5WithRSAEncryption Issuer: O=NOVA ROOT, L=Mountain View, ST=California, C=US Validity Not Before: Aug 12 07:20:30 2013 GMT Not After : Aug 12 07:20:30 2014 GMT Subject: C=US, ST=California, O=OpenStack, OU=NovaDev, CN=openstack-fake-2013-08-12T07:20:30Z Subject Public Key Info: Public Key Algorithm: rsaEncryption Public-Key: (1024 bit) Modulus: 00:b8:50:c8:db:98:55:1f:90:53:c5:48:cd:07:47: 3e:94:2d:ca:70:9a:0d:9e:68:9f:84:68:8c:21:2e: b4:b2:82:13:f2:d4:dc:4b:45:b4:b9:82:ea:f1:0d: 96:a1:b2:99:ad:50:b3:4e:50:0e:98:a8:20:0c:9f: 4b:75:10:e6:5e:de:f5:80:9d:c9:00:be:72:8c:66: e9:78:ea:0b:41:7e:4c:53:14:88:38:3f:d3:f5:2d: 68:32:a0:ed:1c:49:a5:76:4f:c2:2d:ad:bd:99:57: d3:90:02:50:25:ac:5e:75:ce:15:d4:bd:6e:b7:8e: 3c:af:e7:53:ec:33:63:e1:59 Exponent: 65537 (0x10001) Signature Algorithm: md5WithRSAEncryption 5e:d0:d5:7a:4c:85:02:7d:a4:11:98:97:ee:9a:57:91:14:de: f7:16:6b:1b:2d:93:57:13:4c:50:5a:27:13:1c:3a:f0:72:12: 1c:97:0a:45:be:30:25:ee:25:30:ac:3d:b3:81:b2:ca:9c:a5: cd:5a:2a:35:21:c6:98:3a:2b:eb:27:bf:88:4a:aa:69:f5:5b: d4:06:00:6d:ce:d6:69:2e:75:fe:6e:f2:36:c7:52:59:9a:0b: e5:0a:63:14:a3:f1:06:36:95:04:76:94:ba:1a:44:9f:84:1d: f2:f9:18:c6:e6:35:ff:75:35:5c:18:ef:35:fb:d7:9c:87:5a: 73:0c -----BEGIN CERTIFICATE----- MIICNDCCAZ0CAgP7MA0GCSqGSIb3DQEBBAUAME4xEjAQBgNVBAoTCU5PVkEgUk9P VDEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzETMBEGA1UECBMKQ2FsaWZvcm5pYTEL MAkGA1UEBhMCVVMwHhcNMTMwODEyMDcyMDMwWhcNMTQwODEyMDcyMDMwWjB2MQsw CQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTESMBAGA1UECgwJT3BlblN0 YWNrMRAwDgYDVQQLDAdOb3ZhRGV2MSwwKgYDVQQDDCNvcGVuc3RhY2stZmFrZS0y MDEzLTA4LTEyVDA3OjIwOjMwWjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA uFDI25hVH5BTxUjNB0c+lC3KcJoNnmifhGiMIS60soIT8tTcS0W0uYLq8Q2WobKZ rVCzTlAOmKggDJ9LdRDmXt71gJ3JAL5yjGbpeOoLQX5MUxSIOD/T9S1oMqDtHEml dk/CLa29mVfTkAJQJaxedc4V1L1ut448r+dT7DNj4VkCAwEAATANBgkqhkiG9w0B AQQFAAOBgQBe0NV6TIUCfaQRmJfumleRFN73FmsbLZNXE0xQWicTHDrwchIclwpF vjAl7iUwrD2zgbLKnKXNWio1IcaYOivrJ7+ISqpp9VvUBgBtztZpLnX+bvI2x1JZ mgvlCmMUo/EGNpUEdpS6GkSfhB3y+RjG5jX/dTVcGO81+9ech1pzDA== -----END CERTIFICATE----- "/>
|
@ -1,2 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<certificate private_key="None" data="-----BEGIN CERTIFICATE----- MIICyzCCAjSgAwIBAgIJAJ8zSIxUp/m4MA0GCSqGSIb3DQEBBAUAME4xEjAQBgNV BAoTCU5PVkEgUk9PVDEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzETMBEGA1UECBMK Q2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwHhcNMTIxMDE3MDEzMzM5WhcNMTMxMDE3 MDEzMzM5WjBOMRIwEAYDVQQKEwlOT1ZBIFJPT1QxFjAUBgNVBAcTDU1vdW50YWlu IFZpZXcxEzARBgNVBAgTCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDXW4QfQQxJG4MqurqK8nU/Lge0mfNKxXj/Gwvg 2sQVwxzmKfoxih8Nn6yt0yHMNjhoji1UoWI03TXUnPZRAZmsypGKZeBd7Y1ZOCPB XGZVGrQm+PB2kZU+3cD8fVKcueMLLeZ+LRt5d0njnoKhc5xjqMlfFPimHMba4OL6 TnYzPQIDAQABo4GwMIGtMAwGA1UdEwQFMAMBAf8wHQYDVR0OBBYEFKyoKu4SMOFM gx5Ec7p0nrCkabvxMH4GA1UdIwR3MHWAFKyoKu4SMOFMgx5Ec7p0nrCkabvxoVKk UDBOMRIwEAYDVQQKEwlOT1ZBIFJPT1QxFjAUBgNVBAcTDU1vdW50YWluIFZpZXcx EzARBgNVBAgTCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTggkAnzNIjFSn+bgwDQYJ KoZIhvcNAQEEBQADgYEAXuvXlu1o/SVvykSLhHW8QiAY00yzN/eDzYmZGomgiuoO /x+ayVzbrz1UWZnBD+lC4hll2iELSmf22LjLoF+s/9NyPqHxGL3FrfatBkndaiF8 Ax/TMEyCPl7IQWi+3zzatqOKHSHiG7a9SGn/7o2aNTIWKVulfy5GvmbBjBM/0UE= -----END CERTIFICATE----- "/>
|
@ -1,19 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:os-config-drive="http://docs.openstack.org/compute/ext/config_drive/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="2013-09-22T02:33:23Z" user_id="fake" name="new-server-test" created="2013-09-22T02:33:21Z" tenant_id="openstack" progress="0" host_id="c45cc50e4626bbe902a4356530b22f309552027c6ccf7d20bd1f7c43" id="e516a1b5-0081-4d8c-86d5-c05b93501076" os-config-drive:config_drive="" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/e516a1b5-0081-4d8c-86d5-c05b93501076" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/e516a1b5-0081-4d8c-86d5-c05b93501076" rel="bookmark"/>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<server xmlns="http://docs.openstack.org/compute/api/v1.1" image_ref="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" flavor_ref="http://openstack.example.com/flavors/1" name="new-server-test">
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
</server>
|
@ -1,6 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="1fa6f088-dece-466e-9fe4-7e01645852ba" admin_password="tP75yVZEBiP2">
|
||||
<metadata/>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/1fa6f088-dece-466e-9fe4-7e01645852ba" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/1fa6f088-dece-466e-9fe4-7e01645852ba" rel="bookmark"/>
|
||||
</server>
|
@ -1,21 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<servers xmlns:os-config-drive="http://docs.openstack.org/compute/ext/config_drive/api/v3" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
||||
<server status="ACTIVE" updated="2013-09-22T02:33:20Z" user_id="fake" name="new-server-test" created="2013-09-22T02:33:18Z" tenant_id="openstack" progress="0" host_id="bdabf9c023874e6a5a3f6dc032222e7967707e577765f16e2836fb0b" id="1fa6f088-dece-466e-9fe4-7e01645852ba" os-config-drive:config_drive="" key_name="None">
|
||||
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
|
||||
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
|
||||
</image>
|
||||
<flavor id="1">
|
||||
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
|
||||
</flavor>
|
||||
<metadata>
|
||||
<meta key="My Server Name">Apache1</meta>
|
||||
</metadata>
|
||||
<addresses>
|
||||
<network id="private">
|
||||
<ip version="4" type="fixed" addr="192.168.0.3" mac_addr="aa:bb:cc:dd:ee:ff"/>
|
||||
</network>
|
||||
</addresses>
|
||||
<atom:link href="http://openstack.example.com/v3/servers/1fa6f088-dece-466e-9fe4-7e01645852ba" rel="self"/>
|
||||
<atom:link href="http://openstack.example.com/servers/1fa6f088-dece-466e-9fe4-7e01645852ba" rel="bookmark"/>
|
||||
</server>
|
||||
</servers>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user