From 630e81ec8b5a5afa5a54636b340cdfc34292d06e Mon Sep 17 00:00:00 2001 From: max Date: Thu, 16 Jul 2015 11:23:48 +0800 Subject: [PATCH] Remove an unnecessary option for image-create It is depend on Image service API version whether the option is "--is-public true" or "--visibility public" for public. This option is not essential for the steps, so this change simply remove the unnecessary option. Change-Id: I56e15bcbe4634540f67fcfe4b454c098759d66fb Closes-Bug: #1461836 --- doc/image-guide/source/windows-image.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/image-guide/source/windows-image.rst b/doc/image-guide/source/windows-image.rst index 5a7ab3847c..496100a296 100644 --- a/doc/image-guide/source/windows-image.rst +++ b/doc/image-guide/source/windows-image.rst @@ -8,7 +8,7 @@ using the :command:`virt-install` command and the KVM hypervisor. #. Follow these steps to prepare the installation: #. Download a Windows Server 2012 installation ISO. - Evaluation images are available on `the Microsoft website + Evaluation images are available on the `Microsoft website `_ (registration required). #. Download the signed VirtIO drivers ISO from the @@ -43,7 +43,7 @@ using the :command:`virt-install` command and the KVM hypervisor. :guilabel:`Load driver` and browse the file system to select the ``E:\WIN8\AMD64`` folder. The Windows installer displays a list of drivers to install. Select the :guilabel:`VirtIO SCSI` and - :guilabel:`network drivers`, and continue the installation. + :guilabel:`network drivers` and continue the installation. Once the installation is completed, the VM restarts. Define a password for the administrator when prompted. @@ -91,5 +91,4 @@ Your image is ready to upload to the Image service: .. code-block:: console $ glance image-create --name WS2012 --disk-format qcow2 \ - --container-format bare --property visibility=public \ - --file ws2012.qcow2 + --container-format bare --file ws2012.qcow2