@@ -81,7 +81,7 @@ Image Import Methods
81
81
82
82
Glance provides four import methods that you can make available to your
83
83
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.
85
85
86
86
* The ``glance-direct `` import method allows your users to upload image data
87
87
directly to Glance.
@@ -162,8 +162,8 @@ Configuring the glance-direct method
162
162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163
163
164
164
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.
167
167
168
168
Note that in order to use ``glance-direct ``, the
169
169
``worker_self_reference_url `` configuration option must be set as
@@ -174,8 +174,8 @@ Configuring the web-download method
174
174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175
175
176
176
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.
179
179
180
180
Additionally, you have the following configuration available.
181
181
@@ -269,8 +269,8 @@ Configuring the glance-download method
269
269
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
270
270
271
271
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.
274
274
275
275
Additionally, you have the following configuration available.
276
276
0 commit comments