~ubuntu-branches/ubuntu/trusty/keystone/trusty

« back to all changes in this revision

Viewing changes to .pc/sql_connection.patch/etc/keystone.conf.sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-02 11:46:14 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20131002114614-pw4xkjdvowr9u34w
Tags: 1:2013.2~rc1-0ubuntu1
* New upstream version.
* debian/control:
  - Add versioned dependencies to python-pbr, python-dogpile.cache,
    python-oslo.config, python-webob, python-pam, python-sqlalchemy,
    python-testtools, and python-requests.
  - Added python-greenlet, python-requests, python-netifaces,
    and python-setuptools as a build dependency.
  - Dropped python-swift, python-unittest, python-d2to1,
    as a build dependency.
  - Bumped versioned depends for python-keystoneclient.
* debian/patches/disable-oauth2.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
# or a module with notify() method:
83
83
# onready = keystone.common.systemd
84
84
 
 
85
# === Notification Options ===
 
86
 
 
87
# Notifications can be sent when users or projects are created, updated or
 
88
# deleted. There are three methods of sending notifications: logging (via the
 
89
# log_file directive), rpc (via a message queue) and no_op (no notifications
 
90
# sent, the default)
 
91
 
 
92
# notification_driver can be defined multiple times
 
93
# Do nothing driver (the default)
 
94
# notification_driver = keystone.openstack.common.notifier.no_op_notifier
 
95
# Logging driver example (not enabled by default)
 
96
# notification_driver = keystone.openstack.common.notifier.log_notifier
 
97
# RPC driver example (not enabled by default)
 
98
# notification_driver = keystone.openstack.common.notifier.rpc_notifier
 
99
 
 
100
# Default notification level for outgoing notifications
 
101
# default_notification_level = INFO
 
102
 
 
103
# Default publisher_id for outgoing notifications; included in the payload.
 
104
# default_publisher_id =
 
105
 
 
106
# AMQP topics to publish to when using the RPC notification driver.
 
107
# Multiple values can be specified by separating with commas.
 
108
# The actual topic names will be %s.%(default_notification_level)s
 
109
# notification_topics = notifications
 
110
 
 
111
# === RPC Options ===
 
112
 
 
113
# For Keystone, these options apply only when the RPC notification driver is
 
114
# used.
 
115
 
 
116
# The messaging module to use, defaults to kombu.
 
117
# rpc_backend = keystone.openstack.common.rpc.impl_kombu
 
118
 
 
119
# Size of RPC thread pool
 
120
# rpc_thread_pool_size = 64
 
121
 
 
122
# Size of RPC connection pool
 
123
# rpc_conn_pool_size = 30
 
124
 
 
125
# Seconds to wait for a response from call or multicall
 
126
# rpc_response_timeout = 60
 
127
 
 
128
# Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
 
129
# rpc_cast_timeout = 30
 
130
 
 
131
# Modules of exceptions that are permitted to be recreated upon receiving
 
132
# exception data from an rpc call.
 
133
# allowed_rpc_exception_modules = keystone.openstack.common.exception,nova.exception,cinder.exception,exceptions
 
134
 
 
135
# If True, use a fake RabbitMQ provider
 
136
# fake_rabbit = False
 
137
 
 
138
# AMQP exchange to connect to if using RabbitMQ or Qpid
 
139
# control_exchange = openstack
 
140
 
85
141
[sql]
86
142
# The SQLAlchemy connection string used to connect to the database
87
143
# connection = sqlite:///keystone.db
245
301
#ca_key = /etc/keystone/pki/private/cakey.pem
246
302
#key_size = 1024
247
303
#valid_days = 3650
248
 
#ca_password = None
249
304
#cert_required = False
250
305
#cert_subject = /C=US/ST=Unset/L=Unset/O=Unset/CN=localhost
251
306
 
260
315
#ca_key = /etc/keystone/pki/private/cakey.pem
261
316
#key_size = 2048
262
317
#valid_days = 3650
263
 
#ca_password = None
264
318
#cert_subject = /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com
265
319
 
266
320
[ldap]
287
341
# user_tree_dn = ou=Users,dc=example,dc=com
288
342
# user_filter =
289
343
# user_objectclass = inetOrgPerson
290
 
# user_domain_id_attribute = businessCategory
291
344
# user_id_attribute = cn
292
345
# user_name_attribute = sn
293
346
# user_mail_attribute = email
295
348
# user_enabled_attribute = enabled
296
349
# user_enabled_mask = 0
297
350
# user_enabled_default = True
298
 
# user_attribute_ignore = tenant_id,tenants
 
351
# user_attribute_ignore = default_project_id,tenants
 
352
# user_default_project_id_attribute =
299
353
# user_allow_create = True
300
354
# user_allow_update = True
301
355
# user_allow_delete = True