diff options
author | Bin Hu <bh526r@att.com> | 2016-02-02 19:58:53 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-02-03 04:00:35 +0000 |
commit | c733b4c669133f9cbd5145ae666445328ecaedd5 (patch) | |
tree | 8a77a612fdea7a5b30ee585b6dbc2183082462e3 /docs | |
parent | dd0b69a4a6012c077a8cdcb04e5ec3075c8d9a60 (diff) |
JIRA:IPVSIX-29
Change-Id: If027014d321754e1c628285281bd520bb2f3bf66
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 5ed4936e6fcae471565fa113b7afca45c798e521)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/featureconfig.rst | 7 | ||||
-rw-r--r-- | docs/reldoc/index.rst | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 7d96508..f8f7aad 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.rst @@ -649,10 +649,11 @@ Prepare Image, Metadata and Keypair for Service VM .. code-block:: bash + wget https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/\ + Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2 + glance image-create --name 'Fedora22' --disk-format qcow2 --container-format bare \ - --is-public true --copy-from \ - https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images\ - /Fedora-Cloud-Base-22-20150521.x86_64.qcow2 + --file ./Fedora-Cloud-Base-22-20150521.x86_64.qcow2 **SETUP-SVM-17**: Create a keypair diff --git a/docs/reldoc/index.rst b/docs/reldoc/index.rst index 0169480..5f45589 100644 --- a/docs/reldoc/index.rst +++ b/docs/reldoc/index.rst @@ -649,10 +649,11 @@ Prepare Image, Metadata and Keypair for Service VM .. code-block:: bash + wget https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/\ + Images/Fedora-Cloud-Base-22-20150521.x86_64.qcow2 + glance image-create --name 'Fedora22' --disk-format qcow2 --container-format bare \ - --is-public true --copy-from \ - https://download.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images\ - /Fedora-Cloud-Base-22-20150521.x86_64.qcow2 + --file ./Fedora-Cloud-Base-22-20150521.x86_64.qcow2 **SETUP-SVM-17**: Create a keypair |