Correct reference to 2 import methods
We now have 3. Change-Id: I276cead53ef4315881fda3659874f33084cae7ab
This commit is contained in:
parent
f46fe24616
commit
0a29d31c13
@ -18,7 +18,11 @@ the import methods available in the cloud in which you want to import
|
|||||||
an image. Each of these methods is well defined (which is what makes
|
an image. Each of these methods is well defined (which is what makes
|
||||||
this process interoperable among different OpenStack clouds).
|
this process interoperable among different OpenStack clouds).
|
||||||
|
|
||||||
Two import methods are defined, ``glance-direct`` and ``web-download``.
|
Three import methods are defined:
|
||||||
|
|
||||||
|
* ``glance-direct``
|
||||||
|
* ``web-download``
|
||||||
|
* ``copy-image``
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
@ -78,11 +82,11 @@ The ``web-download`` workflow has **two** parts:
|
|||||||
``web-download`` import method in the body of the import call.
|
``web-download`` import method in the body of the import call.
|
||||||
|
|
||||||
The copy-image import method
|
The copy-image import method
|
||||||
------------------------------
|
----------------------------
|
||||||
|
|
||||||
The ``copy-image`` workflow has **two** parts:
|
The ``copy-image`` workflow has **two** parts:
|
||||||
|
|
||||||
1. Identify the existing image which you want to copy to other stores.
|
1. Identify the existing image whose data you want to copy to other stores.
|
||||||
|
|
||||||
2. Issue the :ref:`Image Import <image-import-call>` call to complete
|
2. Issue the :ref:`Image Import <image-import-call>` call to complete
|
||||||
the import process. You will specify that you are using the
|
the import process. You will specify that you are using the
|
||||||
|
Loading…
Reference in New Issue
Block a user