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
This commit is contained in:
parent
4ffa62763f
commit
630e81ec8b
@ -8,7 +8,7 @@ using the :command:`virt-install` command and the KVM hypervisor.
|
|||||||
#. Follow these steps to prepare the installation:
|
#. Follow these steps to prepare the installation:
|
||||||
|
|
||||||
#. Download a Windows Server 2012 installation ISO.
|
#. Download a Windows Server 2012 installation ISO.
|
||||||
Evaluation images are available on `the Microsoft website
|
Evaluation images are available on the `Microsoft website
|
||||||
<http://www.microsoft.com/en-us/evalcenter/
|
<http://www.microsoft.com/en-us/evalcenter/
|
||||||
evaluate-windows-server-2012>`_ (registration required).
|
evaluate-windows-server-2012>`_ (registration required).
|
||||||
#. Download the signed VirtIO drivers ISO from the
|
#. 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
|
:guilabel:`Load driver` and browse the file system to select
|
||||||
the ``E:\WIN8\AMD64`` folder. The Windows installer displays
|
the ``E:\WIN8\AMD64`` folder. The Windows installer displays
|
||||||
a list of drivers to install. Select the :guilabel:`VirtIO SCSI` and
|
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.
|
Once the installation is completed, the VM restarts.
|
||||||
Define a password for the administrator when prompted.
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
$ glance image-create --name WS2012 --disk-format qcow2 \
|
$ glance image-create --name WS2012 --disk-format qcow2 \
|
||||||
--container-format bare --property visibility=public \
|
--container-format bare --file ws2012.qcow2
|
||||||
--file ws2012.qcow2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user