summaryrefslogtreecommitdiffstats
path: root/openstack/common
Commit message (Expand)AuthorAgeFilesLines
* Add a new policy languageKevin L. Mitchell2012-10-091-4/+270
* Remove deprecated policy engine APIsMark McLoughlin2012-10-091-150/+1
* Rewrite the policy engine from scratchKevin L. Mitchell2012-10-091-180/+502
* Merge "Fix missing import of `rpc.dispatcher` in `rpc.service`"Jenkins2012-10-021-4/+5
|\
| * Fix missing import of `rpc.dispatcher` in `rpc.service`Kiall Mac Innes2012-10-021-4/+5
* | Added a missing `cfg` import in service.pyKiall Mac Innes2012-10-021-0/+2
|/
* Change wsgi Server class to ServiceAngus Salkeld2012-09-291-18/+28
* Ignore the stackforge jenkins email addressDoug Hellmann2012-09-281-2/+2
* Merge "Log config on startup"Jenkins2012-09-271-0/+4
|\
| * Log config on startupAngus Salkeld2012-09-261-0/+4
* | Merge "Integrate eventlet backdoor"Jenkins2012-09-271-0/+2
|\|
| * Integrate eventlet backdoorMark McLoughlin2012-09-261-0/+2
* | Merge "Add the rpc service and delete manager"Jenkins2012-09-273-93/+78
|\|
| * Add the rpc service and delete managerAngus Salkeld2012-09-263-93/+78
* | Add exchange_name parameter to TopicConsumerJulien Danjou2012-09-272-6/+11
* | Extracted parse_host_port into network_utils.Eugene Kirpichov2012-09-263-46/+70
* | LOG.exception() should only be used in exception handlerJohannes Erdfelt2012-09-251-9/+10
* | Merge "Don't deprecate rabbit_host and rabbit_port"Jenkins2012-09-251-3/+4
|\ \
| * | Don't deprecate rabbit_host and rabbit_portMark McLoughlin2012-09-251-3/+4
* | | Merge "DRY up mirrored Rabbit queue declaration"Jenkins2012-09-251-5/+17
|\ \ \
| * | | DRY up mirrored Rabbit queue declarationMark McLoughlin2012-09-251-5/+17
| |/ /
* | | Merge "Support for several HA RabbitMQ servers."Jenkins2012-09-251-29/+49
|\| |
| * | Support for several HA RabbitMQ servers.Eugene Kirpichov2012-09-251-29/+49
* | | Support declare_topic_consumer in impl_zmqEric Windisch2012-09-201-0/+29
* | | fanout subscriptions in impl_zmqEric Windisch2012-09-202-20/+78
* | | Merge "Normalize_time() always return naive object"Jenkins2012-09-171-2/+4
|\ \ \
| * | | Normalize_time() always return naive objectYunhong, Jiang2012-09-131-2/+4
| |/ /
* | | Merge "Change the qpid_heartbeat default to 60 seconds."Jenkins2012-09-141-1/+1
|\ \ \ | |/ / |/| |
| * | Change the qpid_heartbeat default to 60 seconds.Russell Bryant2012-09-131-1/+1
| |/
* / Use pep8 v1.3.3Zhongyue Luo2012-09-136-20/+32
|/
* Merge "Make projects define 'control_exchange'."Jenkins2012-09-124-19/+30
|\
| * Make projects define 'control_exchange'.Russell Bryant2012-09-114-19/+30
* | Merge "Improve logging of process id"Jenkins2012-09-111-5/+4
|\ \
| * | Improve logging of process idStuart McLaren2012-09-111-5/+4
| |/
* / Added a method for parsing host:port pairs.Eugene Kirpichov2012-09-111-0/+44
|/
* Add cinder to allowed_rpc_exception_modules.Dan Prince2012-09-051-0/+1
* Merge "Update zmq context cleanup to use term."Jenkins2012-08-311-1/+1
|\
| * Update zmq context cleanup to use term.Dan Prince2012-08-301-1/+1
* | Allow non-string items in the creds dict.Vishvananda Ishaya2012-08-201-1/+1
|/
* Add threadgroup to manage timers and greenthreads.Angus Salkeld2012-08-202-7/+141
* Add basic periodic task infrastructure.Angus Salkeld2012-08-202-1/+115
* Add multiprocess service launcherAngus Salkeld2012-08-201-7/+183
* Add signal handling to service launcherAngus Salkeld2012-08-201-0/+41
* Merge "Basic service launching infrastructure"Jenkins2012-08-201-0/+73
|\
| * Basic service launching infrastructureAngus Salkeld2012-08-151-0/+73
* | Merge "Move manager.py and service.py into common."Jenkins2012-08-202-0/+96
|\|
| * Move manager.py and service.py into common.Angus Salkeld2012-08-152-0/+96
* | Merge "Fix spelling typos"Jenkins2012-08-202-4/+4
|\ \
| * | Fix spelling typosRongzeZhu2012-08-172-4/+4
* | | Don't trap then re-raise ImportError.Monty Taylor2012-08-171-1/+1
|/ /