Skip to content

Commit 7206dda

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Minor fix on Interoperable Image Import admin doc"
2 parents 5d38dbd + e4fd087 commit 7206dda

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/source/admin/interoperable-image-import.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Image Import Methods
8181

8282
Glance provides four import methods that you can make available to your
8383
users: ``glance-direct``, ``web-download``, ``glance-download``, and
84-
``copy-image``. By default, all four methods are enabled.
84+
``copy-image``. By default, ``glance-download`` is not enabled.
8585

8686
* The ``glance-direct`` import method allows your users to upload image data
8787
directly to Glance.
@@ -162,8 +162,8 @@ Configuring the glance-direct method
162162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163163

164164
For the ``glance-direct`` method, make sure that ``glance-direct`` is included
165-
in the list specified by your ``enabled_import_methods`` setting, and that all
166-
the options described above are set properly.
165+
in the list specified by your ``enabled_import_methods`` setting, and that
166+
staging directory config options are set properly.
167167

168168
Note that in order to use ``glance-direct``, the
169169
``worker_self_reference_url`` configuration option must be set as
@@ -174,8 +174,8 @@ Configuring the web-download method
174174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175175

176176
To enable the ``web-download`` import method, make sure that it is included in
177-
the list of methods in the ``enabled_import_methods`` option, and that all the
178-
options described above are set properly.
177+
the list of methods in the ``enabled_import_methods`` option, and that staging
178+
directory config options are set properly.
179179

180180
Additionally, you have the following configuration available.
181181

@@ -269,8 +269,8 @@ Configuring the glance-download method
269269
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
270270

271271
To enable the ``glance-download`` import method, make sure that it is included
272-
in the list of methods in the ``enabled_import_methods`` option, and that all
273-
the options described above are set properly.
272+
in the list of methods in the ``enabled_import_methods`` option, and that
273+
staging directory config options are set properly.
274274

275275
Additionally, you have the following configuration available.
276276

0 commit comments

Comments
 (0)