keystone.common.environment package

Submodules

keystone.common.environment.eventlet_server module

class keystone.common.environment.eventlet_server.EventletFilteringLogger(*args, **kwargs)[source]

Bases: keystone.openstack.common.log.WritableLogger

write(msg)[source]
class keystone.common.environment.eventlet_server.Server(application, host=None, port=None, threads=1000, keepalive=False, keepidle=None)[source]

Bases: object

Server class to manage multiple WSGI sockets and applications.

kill()[source]
set_ssl(certfile, keyfile=None, ca_certs=None, cert_required=True)[source]
start(key=None, backlog=128)[source]

Run a WSGI server with the given application.

wait()[source]

Wait until all servers have completed running.

Module contents

Table Of Contents

Previous topic

keystone.common.cache.backends package

Next topic

keystone.common.kvs package

This Page