~ubuntu-branches/ubuntu/raring/glance/raring-updates

« back to all changes in this revision

Viewing changes to doc/source/configuring.rst

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandleman, Chuck Short
  • Date: 2012-08-16 13:58:32 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20120816135832-4m40ppptd1l073fr
Tags: 2012.2~f3-0ubuntu1
[ Adam Gandleman ]
* debian/patches/sql_conn.patch: Also set default sqlite path for
  in glance-api.conf. (LP: #1028711)
* debian/patches/fix-docs-build.patch: Fix docs build

[ Chuck Short ]
* New upstream version.
* debian/control: python-xattr is no longer a required depends.
  (LP: #1031396)
* debian/control: Move python-jsonschema to glance.
  (LP: #1030152)
* debian/control: Start the slow transition to python-glanceclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
Optional. Default: ``4096``
154
154
 
 
155
* ``tcp_keepidle=SECONDS``
 
156
 
 
157
Sets the value of TCP_KEEPIDLE in seconds for each server socket.
 
158
Not supported on OS X.
 
159
 
 
160
Optional. Default: ``600``
 
161
 
155
162
* ``workers=PROCESSES``
156
163
 
157
164
Number of Glance API worker processes to start. Each worker
180
187
 
181
188
Optional. Default: not enabled.
182
189
 
 
190
* ``ca_file=PATH``
 
191
 
 
192
Path to the CA certificate file the server should use to validate client
 
193
certificates provided during an SSL handshake. This is ignored if
 
194
``cert_file`` and ''key_file`` are not set.
 
195
 
 
196
Optional. Default: not enabled.
 
197
 
183
198
* ``registry_client_protocol=PROTOCOL``
184
199
 
185
200
If you run a secure Registry server, you need to set this value to ``https``
380
395
When doing a large object manifest, what size, in MB, should
381
396
Glance write chunks to Swift?  The default is 200MB.
382
397
 
 
398
* ``swift_store_multi_tenant=False``
 
399
 
 
400
Optional. Default: ``False``
 
401
 
 
402
Can only be specified in configuration files.
 
403
 
 
404
`This option is specific to the Swift storage backend.`
 
405
 
 
406
If set to True enables multi-tenant storage mode which causes Glance images
 
407
to be stored in tenant specific Swift accounts. When set to False Glance
 
408
stores all images in a single Swift account.
 
409
 
 
410
* ``swift_store_admin_tenants``
 
411
 
 
412
Can only be specified in configuration files.
 
413
 
 
414
`This option is specific to the Swift storage backend.`
 
415
 
 
416
Optional. Default: ``[]``
 
417
 
 
418
A list of tenants that will be granted read/write access on all Swift containers
 
419
created by Glance in multi tenant mode.
 
420
 
 
421
 
383
422
Configuring the S3 Storage Backend
384
423
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
385
424