From 19eb2515479703d33553e8237bd3a28e151469ad Mon Sep 17 00:00:00 2001 From: chenxing Date: Fri, 24 Feb 2017 08:44:14 +0000 Subject: [PATCH] Update the cirros download link We can use cirros 0.3.5 now,see http://download.cirros-cloud.net/0.3.5/ Change-Id: Id46a575db9f37afd1c137ffa81059c74dd68720f --- .../source/compute-pci-passthrough.rst | 2 +- .../source/telemetry-data-retrieval.rst | 2 +- doc/common/cli-manage-images.rst | 12 ++++++------ doc/common/cli-manage-volumes.rst | 16 ++++++++-------- doc/image-guide/source/obtain-images.rst | 4 ++-- doc/install-guide/source/glance-verify.rst | 4 ++-- .../source/config-auto-allocation.rst | 2 +- doc/networking-guide/source/config-dns-int.rst | 8 ++++---- doc/ops-guide/source/ops-monitoring.rst | 4 ++-- .../source/ops-user-facing-operations.rst | 12 ++++++------ doc/user-guide/source/cli-cheat-sheet.rst | 12 ++++++------ doc/user-guide/source/cli-launch-instances.rst | 8 ++++---- .../cli-nova-launch-instance-from-volume.rst | 12 ++++++------ .../cli-use-snapshots-to-migrate-instances.rst | 6 +++--- doc/user-guide/source/sdk-manage-images.rst | 6 +++--- 15 files changed, 55 insertions(+), 55 deletions(-) diff --git a/doc/admin-guide/source/compute-pci-passthrough.rst b/doc/admin-guide/source/compute-pci-passthrough.rst index 9cd99f2304..bbb01289d9 100644 --- a/doc/admin-guide/source/compute-pci-passthrough.rst +++ b/doc/admin-guide/source/compute-pci-passthrough.rst @@ -136,7 +136,7 @@ available with the specified ``vendor_id`` and ``product_id`` that matches the .. code-block:: console - # openstack server create --flavor m1.large --image cirros-0.3.4-x86_64-uec --wait test-pci + # openstack server create --flavor m1.large --image cirros-0.3.5-x86_64-uec --wait test-pci .. Links .. _`Create Virtual Functions`: https://docs.openstack.org/ocata/networking-guide/config-sriov.html#create-virtual-functions-compute diff --git a/doc/admin-guide/source/telemetry-data-retrieval.rst b/doc/admin-guide/source/telemetry-data-retrieval.rst index 8896852e9f..185175d012 100644 --- a/doc/admin-guide/source/telemetry-data-retrieval.rst +++ b/doc/admin-guide/source/telemetry-data-retrieval.rst @@ -393,7 +393,7 @@ following command can be executed: | | | | | name | type | value | | | | | | +-------------+--------+--------------------------------------+ | | | | | | created_at | string | 2015-09-24T22:17:39Z | | - | | | | | name | string | cirros-0.3.4-x86_64-uec-kernel | | + | | | | | name | string | cirros-0.3.5-x86_64-uec-kernel | | | | | | | project_id | string | 56ffddea5b4f423496444ea36c31be23 | | | | | | | resource_id | string | 86eb8273-edd7-4483-a07c-002ff1c5657d | | | | | | | service | string | image.localhost | | diff --git a/doc/common/cli-manage-images.rst b/doc/common/cli-manage-images.rst index 8f338a5a60..6f9e35a6fb 100644 --- a/doc/common/cli-manage-images.rst +++ b/doc/common/cli-manage-images.rst @@ -30,9 +30,9 @@ commands. +--------------------------------------+---------------------------------+--------+ | ID | Name | Status | +--------------------------------------+---------------------------------+--------+ - | dfc1dfb0-d7bf-4fff-8994-319dd6f703d7 | cirros-0.3.2-x86_64-uec | active | - | a3867e29-c7a1-44b0-9e7f-10db587cad20 | cirros-0.3.2-x86_64-uec-kernel | active | - | 4b916fba-6775-4092-92df-f41df7246a6b | cirros-0.3.2-x86_64-uec-ramdisk | active | + | dfc1dfb0-d7bf-4fff-8994-319dd6f703d7 | cirros-0.3.5-x86_64-uec | active | + | a3867e29-c7a1-44b0-9e7f-10db587cad20 | cirros-0.3.5-x86_64-uec-kernel | active | + | 4b916fba-6775-4092-92df-f41df7246a6b | cirros-0.3.5-x86_64-uec-ramdisk | active | | d07831df-edc3-4817-9881-89141f9134c3 | myCirrosImage | active | +--------------------------------------+---------------------------------+--------+ .. code-block:: console @@ -67,9 +67,9 @@ list, as follows: .. code-block:: console $ openstack image list | grep 'cirros' - | dfc1dfb0-d7bf-4fff-8994-319dd6f703d7 | cirros-0.3.2-x86_64-uec | active | - | a3867e29-c7a1-44b0-9e7f-10db587cad20 | cirros-0.3.2-x86_64-uec-kernel | active | - | 4b916fba-6775-4092-92df-f41df7246a6b | cirros-0.3.2-x86_64-uec-ramdisk | active | + | dfc1dfb0-d7bf-4fff-8994-319dd6f703d7 | cirros-0.3.5-x86_64-uec | active | + | a3867e29-c7a1-44b0-9e7f-10db587cad20 | cirros-0.3.5-x86_64-uec-kernel | active | + | 4b916fba-6775-4092-92df-f41df7246a6b | cirros-0.3.5-x86_64-uec-ramdisk | active | .. note:: diff --git a/doc/common/cli-manage-volumes.rst b/doc/common/cli-manage-volumes.rst index 60e2e94796..eef92c4630 100644 --- a/doc/common/cli-manage-volumes.rst +++ b/doc/common/cli-manage-volumes.rst @@ -59,9 +59,9 @@ This example creates a ``my-new-volume`` volume based on an image. +--------------------------------------+---------------------------------+ | ID | Name | +--------------------------------------+---------------------------------+ - | 8bf4dc2a-bf78-4dd1-aefa-f3347cf638c8 | cirros-0.3.4-x86_64-uec | - | 9ff9bb2e-3a1d-4d98-acb5-b1d3225aca6c | cirros-0.3.4-x86_64-uec-kernel | - | 4b227119-68a1-4b28-8505-f94c6ea4c6dc | cirros-0.3.4-x86_64-uec-ramdisk | + | 8bf4dc2a-bf78-4dd1-aefa-f3347cf638c8 | cirros-0.3.5-x86_64-uec | + | 9ff9bb2e-3a1d-4d98-acb5-b1d3225aca6c | cirros-0.3.5-x86_64-uec-kernel | + | 4b227119-68a1-4b28-8505-f94c6ea4c6dc | cirros-0.3.5-x86_64-uec-ramdisk | +--------------------------------------+---------------------------------+ @@ -176,11 +176,11 @@ a volume from the image. +----------------------------------+---------------------------------+--------+ | ID | Name | Status | +----------------------------------+---------------------------------+--------+ - | 376bd633-c9c9-4c5d-a588-342f4f66 | cirros-0.3.4-x86_64-uec | active | + | 376bd633-c9c9-4c5d-a588-342f4f66 | cirros-0.3.5-x86_64-uec | active | | d086 | | | - | 2c20fce7-2e68-45ee-ba8d- | cirros-0.3.4-x86_64-uec-ramdisk | active | + | 2c20fce7-2e68-45ee-ba8d- | cirros-0.3.5-x86_64-uec-ramdisk | active | | beba27a91ab5 | | | - | a5752de4-9faf-4c47-acbc- | cirros-0.3.4-x86_64-uec-kernel | active | + | a5752de4-9faf-4c47-acbc- | cirros-0.3.5-x86_64-uec-kernel | active | | 78a5efa7cc6e | | | +----------------------------------+---------------------------------+--------+ @@ -197,7 +197,7 @@ a volume from the image. | id | 376bd633-c9c9-4c5d-a588-342f4f66d086 | | min_disk | 0 | | min_ram | 0 | - | name | cirros-0.3.4-x86_64-uec | + | name | cirros-0.3.5-x86_64-uec | | owner | 88ba456e3a884c318394737765e0ef4d | | properties | kernel_id='a5752de4-9faf-4c47-acbc-78a5efa7cc6e', | | | ramdisk_id='2c20fce7-2e68-45ee-ba8d-beba27a91ab5' | @@ -306,7 +306,7 @@ Attach a volume to an instance | volume_image_metadata |{u'kernel_id': u'df430cc2..., | | | u'image_id': u'397e713c..., | | | u'ramdisk_id': u'3cf852bd..., | - | |u'image_name': u'cirros-0.3.2-x86_64-uec'} | + | |u'image_name': u'cirros-0.3.5-x86_64-uec'} | +------------------------------+-----------------------------------------------+ diff --git a/doc/image-guide/source/obtain-images.rst b/doc/image-guide/source/obtain-images.rst index 88731ca20f..1c354f6c80 100644 --- a/doc/image-guide/source/obtain-images.rst +++ b/doc/image-guide/source/obtain-images.rst @@ -35,8 +35,8 @@ You can download a CirrOS image in various formats from the If your deployment uses QEMU or KVM, we recommend using the images in qcow2 format. The most recent 64-bit qcow2 image as of this -writing is `cirros-0.3.4-x86_64-disk.img -`_. +writing is `cirros-0.3.5-x86_64-disk.img +`_. .. note:: diff --git a/doc/install-guide/source/glance-verify.rst b/doc/install-guide/source/glance-verify.rst index 2db21dda9b..686e279ddc 100644 --- a/doc/install-guide/source/glance-verify.rst +++ b/doc/install-guide/source/glance-verify.rst @@ -29,7 +29,7 @@ For information about how to manage images, see the .. code-block:: console - $ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img + $ wget http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img .. end @@ -44,7 +44,7 @@ For information about how to manage images, see the .. code-block:: console $ openstack image create "cirros" \ - --file cirros-0.3.4-x86_64-disk.img \ + --file cirros-0.3.5-x86_64-disk.img \ --disk-format qcow2 --container-format bare \ --public diff --git a/doc/networking-guide/source/config-auto-allocation.rst b/doc/networking-guide/source/config-auto-allocation.rst index 64677164bc..6dee68f4fb 100644 --- a/doc/networking-guide/source/config-auto-allocation.rst +++ b/doc/networking-guide/source/config-auto-allocation.rst @@ -155,7 +155,7 @@ a VM. .. code-block:: console $ openstack server create --flavor m1.small --image \ - cirros-0.3.4-x86_64-uec --nic \ + cirros-0.3.5-x86_64-uec --nic \ net-id=8b835bfb-cae2-4acc-b53f-c16bb5f9a7d0 vm1 The auto-allocated topology for a user never changes. In practice, when a user diff --git a/doc/networking-guide/source/config-dns-int.rst b/doc/networking-guide/source/config-dns-int.rst index bf726a4170..93e73f8cda 100644 --- a/doc/networking-guide/source/config-dns-int.rst +++ b/doc/networking-guide/source/config-dns-int.rst @@ -131,7 +131,7 @@ The following is an example of an instance creation, showing how its | flavor | m1.nano (42) | | hostId | | | id | 66c13cb4-3002-4ab3-8400-7efc2659c363 | - | image | cirros-0.3.4-x86_64-uec(b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | + | image | cirros-0.3.5-x86_64-uec(b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | | key_name | - | | locked | False | | metadata | {} | @@ -347,7 +347,7 @@ external DNS service. This is an example: | flavor | m1.nano (42) | | hostId | | | id | 62c19691-d1c7-4d7b-a88e-9cc4d95d4f41 | - | image | cirros-0.3.4-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | + | image | cirros-0.3.5-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | | key_name | - | | locked | False | | metadata | {} | @@ -467,7 +467,7 @@ Following is an example of these steps: | flavor | m1.nano (42) | | hostId | | | id | 43f328bb-b2d1-4cf1-a36f-3b2593397cb1 | - | image | cirros-0.3.4-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | + | image | cirros-0.3.5-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | | key_name | - | | locked | False | | metadata | {} | @@ -627,7 +627,7 @@ allocated for the instance: | flavor | m1.nano (42) | | hostId | | | id | 71fb4ac8-eed8-4644-8113-0641962bb125 | - | image | cirros-0.3.4-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | + | image | cirros-0.3.5-x86_64-uec (b9d981eb-d21c-4ce2-9dbc-dd38f3d9015f) | | key_name | - | | locked | False | | metadata | {} | diff --git a/doc/ops-guide/source/ops-monitoring.rst b/doc/ops-guide/source/ops-monitoring.rst index a2aa46d991..9b0abd2f2e 100644 --- a/doc/ops-guide/source/ops-monitoring.rst +++ b/doc/ops-guide/source/ops-monitoring.rst @@ -225,10 +225,10 @@ this by doing a quick image upload: . /root/openrc - wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img + wget http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img openstack image create --name='cirros image' --public \ --container-format=bare --disk-format=qcow2 \ - --file cirros-0.3.4-x86_64-disk.img + --file cirros-0.3.5-x86_64-disk.img By taking this script and rolling it into an alert for your monitoring system (such as Nagios), you now have an automated way of ensuring that diff --git a/doc/ops-guide/source/ops-user-facing-operations.rst b/doc/ops-guide/source/ops-user-facing-operations.rst index 042d26a05b..91933e64e7 100644 --- a/doc/ops-guide/source/ops-user-facing-operations.rst +++ b/doc/ops-guide/source/ops-user-facing-operations.rst @@ -28,8 +28,8 @@ and used for testing purposes. To add this image, simply do: .. code-block:: console - $ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img - $ openstack image create --file cirros-0.3.4-x86_64-disk.img \ + $ wget http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + $ openstack image create --file cirros-0.3.5-x86_64-disk.img \ --public --container-format bare \ --disk-format qcow2 "cirros image" @@ -72,7 +72,7 @@ to be set to enable this signature feature. be generated. In this example, these are called private_key.pem and new_cert.crt, respectively, and both reside in the current directory. Also note that the image in this example is - cirros-0.3.4-x86_64-disk.img, but any image can be used. + cirros-0.3.5-x86_64-disk.img, but any image can be used. The following are steps needed to create the signature used for the signed images: @@ -81,7 +81,7 @@ signed images: .. code-block:: console - $ wget http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img + $ wget http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img #. Use private key to create a signature of the image @@ -109,7 +109,7 @@ signed images: .. code-block:: console $ openssl dgst -sha256 -sign private_key.pem -sigopt rsa_padding_mode:pss \ - -out image-file.signature cirros-0.3.4-x86_64-disk.img + -out image-file.signature cirros-0.3.5-x86_64-disk.img $ base64 -w 0 image-file.signature > signature_64 $ cat signature_64 'c4br5f3FYQV6Nu20cRUSnx75R/VcW3diQdsUN2nhPw+UcQRDoGx92hwMgRxzFYeUyydRTWCcUS2ZLudPR9X7rM @@ -189,7 +189,7 @@ signed images: --property img_signature='c4br5f3FYQV6Nu20cRUSnx75R/VcW3diQdsUN2nhPw+UcQRDoGx92hwMgRxzFYeUyydRTWCcUS2ZLudPR9X7rMTHFInA54Zj1TwEIbJTkHwlqbWBMU4+k5IUIjXxHO6RuH3Z5fSlSt7ajsNVXaIclWqIw5YvEkgXTIEuDPE+C4=' \ --property img_signature_certificate_uuid='62a33f41-f061-44ba-9a69-4fc247d3bfce' \ --property img_signature_hash_method='SHA-256' \ - --property img_signature_key_type='RSA-PSS' < ~/cirros-0.3.4-x86_64-disk.img + --property img_signature_key_type='RSA-PSS' < ~/cirros-0.3.5-x86_64-disk.img #. Signature verification will occur when Compute boots the signed image diff --git a/doc/user-guide/source/cli-cheat-sheet.rst b/doc/user-guide/source/cli-cheat-sheet.rst index 85708c2981..9c72dec74a 100644 --- a/doc/user-guide/source/cli-cheat-sheet.rst +++ b/doc/user-guide/source/cli-cheat-sheet.rst @@ -52,7 +52,7 @@ Upload kernel image $ openstack image create "cirros-threepart-kernel" \ --disk-format aki --container-format aki --public \ - --file ~/images/cirros-0.3.1~pre4-x86_64-vmlinuz + --file ~/images/cirros-0.3.5-x86_64-kernel Upload RAM image @@ -60,7 +60,7 @@ Upload RAM image $ openstack image create "cirros-threepart-ramdisk" \ --disk-format ari --container-format ari --public \ - --file ~/images/cirros-0.3.1~pre4-x86_64-initrd + --file ~/images/cirros-0.3.5-x86_64-initramfs Upload three-part image @@ -69,7 +69,7 @@ Upload three-part image $ openstack image create "cirros-threepart" --disk-format ami \ --container-format ami --public \ --property kernel_id=$KID-property ramdisk_id=$RID \ - --file ~/images/cirros-0.3.1~pre4-x86_64-blank.img + --file ~/images/cirros-0.3.5-x86_64-rootfs.img Register raw image @@ -77,7 +77,7 @@ Register raw image $ openstack image create "cirros-raw" --disk-format raw \ --container-format bare --public \ - --file ~/images/cirros-0.3.1~pre4-x86_64-disk.img + --file ~/images/cirros-0.3.5-x86_64-disk.img Compute (nova) ~~~~~~~~~~~~~~ @@ -111,7 +111,7 @@ Boot an instance using flavor and image names (if names are unique) .. code-block:: console $ openstack server create --image IMAGE --flavor FLAVOR INSTANCE_NAME - $ openstack server create --image cirros-0.3.1-x86_64-uec --flavor m1.tiny \ + $ openstack server create --image cirros-0.3.5-x86_64-uec --flavor m1.tiny \ MyFirstInstance Log in to the instance (from Linux) @@ -260,7 +260,7 @@ Start an instance (boot) .. code-block:: console - $ openstack server create --image cirros-0.3.0-x86_64 --flavor m1.small \ + $ openstack server create --image cirros-0.3.5-x86_64 --flavor m1.small \ --key-name test MyFirstServer Use ssh to connect to the instance diff --git a/doc/user-guide/source/cli-launch-instances.rst b/doc/user-guide/source/cli-launch-instances.rst index f7feb598eb..210c2eed22 100644 --- a/doc/user-guide/source/cli-launch-instances.rst +++ b/doc/user-guide/source/cli-launch-instances.rst @@ -105,9 +105,9 @@ Before you begin, source the OpenStack RC file. +--------------------------------------+---------------------------------+--------+ | ID | Name | Status | +--------------------------------------+---------------------------------+--------+ - | 397e713c-b95b-4186-ad46-6126863ea0a9 | cirros-0.3.2-x86_64-uec | active | - | df430cc2-3406-4061-b635-a51c16e488ac | cirros-0.3.2-x86_64-uec-kernel | active | - | 3cf852bd-2332-48f4-9ae4-7d926d50945e | cirros-0.3.2-x86_64-uec-ramdisk | active | + | 397e713c-b95b-4186-ad46-6126863ea0a9 | cirros-0.3.5-x86_64-uec | active | + | df430cc2-3406-4061-b635-a51c16e488ac | cirros-0.3.5-x86_64-uec-kernel | active | + | 3cf852bd-2332-48f4-9ae4-7d926d50945e | cirros-0.3.5-x86_64-uec-ramdisk | active | +--------------------------------------+---------------------------------+--------+ You can also filter the image list by using :command:`grep` to find a specific @@ -117,7 +117,7 @@ Before you begin, source the OpenStack RC file. $ openstack image list | grep 'kernel' - | df430cc2-3406-4061-b635-a51c16e488ac | cirros-0.3.2-x86_64-uec-kernel | active | + | df430cc2-3406-4061-b635-a51c16e488ac | cirros-0.3.5-x86_64-uec-kernel | active | #. List the available security groups. diff --git a/doc/user-guide/source/cli-nova-launch-instance-from-volume.rst b/doc/user-guide/source/cli-nova-launch-instance-from-volume.rst index 4febe39722..2b5cdfd6b6 100644 --- a/doc/user-guide/source/cli-nova-launch-instance-from-volume.rst +++ b/doc/user-guide/source/cli-nova-launch-instance-from-volume.rst @@ -119,7 +119,7 @@ system. | flavor | m1.small (2) | | hostId | | | id | 1e1797f3-1662-49ff-ae8c-a77e82ee1571 | - | image | cirros-0.3.1-x86_64-uec (98901246-af91-... | + | image | cirros-0.3.5-x86_64-uec (98901246-af91-... | | key_name | - | | metadata | {} | | name | myInstanceWithVolume | @@ -150,9 +150,9 @@ the volume to boot an instance. | ID | Name | Status | +-----------------+---------------------------------+--------+ | 484e05af-a14... | Fedora-x86_64-20-20131211.1-sda | active | - | 98901246-af9... | cirros-0.3.1-x86_64-uec | active | - | b6e95589-7eb... | cirros-0.3.1-x86_64-uec-kernel | active | - | c90893ea-e73... | cirros-0.3.1-x86_64-uec-ramdisk | active | + | 98901246-af9... | cirros-0.3.5-x86_64-uec | active | + | b6e95589-7eb... | cirros-0.3.5-x86_64-uec-kernel | active | + | c90893ea-e73... | cirros-0.3.5-x86_64-uec-ramdisk | active | +-----------------+---------------------------------+--------+ Note the ID of the image that you want to use to create a volume. @@ -164,7 +164,7 @@ the volume to boot an instance. .. code-block:: console - $ openstack image show 98901246-af9... + $ openstack image show 98901246-af9d-4b61-bea8-09cc6dc41829 +------------------+------------------------------------------------------+ | Field | Value | +------------------+------------------------------------------------------+ @@ -176,7 +176,7 @@ the volume to boot an instance. | id | 98901246-af9d-4b61-bea8-09cc6dc41829 | | min_disk | 0 | | min_ram | 0 | - | name | cirros-0.3.4-x86_64-uec | + | name | cirros-0.3.5-x86_64-uec | | owner | 8d8ef3cdf2b54c25831cbb409ad9ae86 | | protected | False | | schema | /v2/schemas/image | diff --git a/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst b/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst index bd0f70e2dd..f283c7d914 100644 --- a/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst +++ b/doc/user-guide/source/cli-use-snapshots-to-migrate-instances.rst @@ -73,9 +73,9 @@ Create a snapshot of the instance +--------------------------------------+---------------------------------+--------+ | ID | Name | Status | +--------------------------------------+---------------------------------+--------+ - | 657ebb01-6fae-47dc-986a-e49c4dd8c433 | cirros-0.3.2-x86_64-uec | active | - | 72074c6d-bf52-4a56-a61c-02a17bf3819b | cirros-0.3.2-x86_64-uec-kernel | active | - | 3c5e5f06-637b-413e-90f6-ca7ed015ec9e | cirros-0.3.2-x86_64-uec-ramdisk | active | + | 657ebb01-6fae-47dc-986a-e49c4dd8c433 | cirros-0.3.5-x86_64-uec | active | + | 72074c6d-bf52-4a56-a61c-02a17bf3819b | cirros-0.3.5-x86_64-uec-kernel | active | + | 3c5e5f06-637b-413e-90f6-ca7ed015ec9e | cirros-0.3.5-x86_64-uec-ramdisk | active | | f30b204e-1ce6-40e7-b8d9-b353d4d84e7d | myInstanceSnapshot | active | +--------------------------------------+---------------------------------+--------+ diff --git a/doc/user-guide/source/sdk-manage-images.rst b/doc/user-guide/source/sdk-manage-images.rst index 166d066af4..42ff30a102 100644 --- a/doc/user-guide/source/sdk-manage-images.rst +++ b/doc/user-guide/source/sdk-manage-images.rst @@ -37,7 +37,7 @@ interaction with the Python interpreter: u'kernel_id': u'c002c82e-2cfa-4952-8461-2095b69c18a6', u'min_disk': 0, u'min_ram': 0, - u'name': u'cirros-0.3.2-x86_64-uec', + u'name': u'cirros-0.3.5-x86_64-uec', u'protected': False, u'ramdisk_id': u'4c1c9b4f-3fe9-425a-a1ec-1d8fd90b4db3', u'schema': u'/v2/schemas/image', @@ -54,7 +54,7 @@ interaction with the Python interpreter: u'id': u'4c1c9b4f-3fe9-425a-a1ec-1d8fd90b4db3', u'min_disk': 0, u'min_ram': 0, - u'name': u'cirros-0.3.2-x86_64-uec-ramdisk', + u'name': u'cirros-0.3.5-x86_64-uec-ramdisk', u'protected': False, u'schema': u'/v2/schemas/image', u'size': 3714968, @@ -70,7 +70,7 @@ interaction with the Python interpreter: u'id': u'c002c82e-2cfa-4952-8461-2095b69c18a6', u'min_disk': 0, u'min_ram': 0, - u'name': u'cirros-0.3.2-x86_64-uec-kernel', + u'name': u'cirros-0.3.5-x86_64-uec-kernel', u'protected': False, u'schema': u'/v2/schemas/image', u'size': 4955792,