Fix images used in docs

Change-Id: I741d9f1c3a4fac5d4de2cffb086a69e894e00031
This commit is contained in:
tengqm 2017-02-16 02:17:16 -05:00
parent 70dd7be505
commit c40f36c818
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ and save it to a file, e.g. :file:`sample_server.yaml`:
properties:
name: cirros_server
flavor: m1.tiny
image: cirros-0.3.4-x86_64-uec
image: cirros-0.3.5-x86_64-disk
key_name: oskey
networks:
- network: private

View File

@ -12,7 +12,7 @@ parameters:
image:
description: Name or ID of the image to use for the instances.
type: string
default: cirros-0.3.4-x86_64-uec
default: cirros-0.3.5-x86_64-disk
key_name:
description: Name of an existing key pair to use for the instances.
type: string

View File

@ -48,7 +48,7 @@ The **spec** assumes that:
- you have a nova keypair named ``oskey``, and
- you have a neutron network named ``private``, and
- there is a glance image named ``cirros-0.3.4-x86_64-uec``
- there is a glance image named ``cirros-0.3.5-x86_64-disk``
You may have to change the values based on your environment setup before using
this file to create a profile. After the **spec** file is modified properly,