diff options
Diffstat (limited to 'docs/reldoc')
-rw-r--r-- | docs/reldoc/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
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 |