summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/ /
* | Remove unused importsRongzeZhu2012-08-163-5/+0
* | Remove register_opts from client methodsEric Windisch2012-08-151-5/+0
|/
* Merge "Rename FLAGS to CONF; Remove self.conf"Jenkins2012-08-141-16/+14
|\
| * Rename FLAGS to CONF; Remove self.confEric Windisch2012-08-061-16/+14
* | Merge "cfg: clean up None value handling"Jenkins2012-08-131-23/+13
|\ \
| * | cfg: clean up None value handlingMark McLoughlin2012-08-131-23/+13
* | | Merge "Allow set_default and set_override to use None"Jenkins2012-08-131-2/+39
|\| |
| * | Allow set_default and set_override to use NoneVishvananda Ishaya2012-08-111-2/+39
* | | Tilde expansion for --config-file and --config-dirMark McLoughlin2012-08-111-6/+11
|/ /
* | Support for marshalling datetime while preserving microseconds.SandyWalsh2012-08-101-0/+18
* | Merge "Add import_opt() method to ConfigOpts"Jenkins2012-08-101-0/+19
|\ \ | |/ |/|
| * Add import_opt() method to ConfigOptsMark McLoughlin2012-07-311-0/+19
* | Add multiple-driver support to the notifier api.Andrew Bogott2012-08-025-152/+55
* | Merge "Install a qualified except hook."Jenkins2012-08-021-6/+8
|\ \
| * | Install a qualified except hook.Mate Lakat2012-08-011-6/+8
* | | Merge "Copy eventlet_backdoor into common from nova."Jenkins2012-08-021-0/+78
|\ \ \
| * | | Copy eventlet_backdoor into common from nova.Angus Salkeld2012-08-021-0/+78
* | | | Merge "Fix errors reported by pyflakes."Jenkins2012-08-021-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix errors reported by pyflakes.Bhuvan Arumugam2012-08-011-3/+2
| |/ /
* | | Merge "Remove bogus conf argument from create_consumer()"Jenkins2012-08-011-4/+2
|\ \ \
| * | | Remove bogus conf argument from create_consumer()Mark McLoughlin2012-08-011-4/+2
| |/ /
* | | Merge "Use function registration for policy checks"Jenkins2012-08-011-46/+106
|\ \ \ | |/ / |/| |
| * | Use function registration for policy checksKevin L. Mitchell2012-07-301-46/+106
| |/
* | Merge "Remove code to clear basicConfig root log handlers"Jenkins2012-07-311-11/+0
|\ \
| * | Remove code to clear basicConfig root log handlersDan Prince2012-07-311-11/+0
| |/
* / Copy LoopingCall from nova for service.pyAngus Salkeld2012-07-311-0/+88
|/
* Merge "don't throw exceptions if %(color)s tag is used"Jenkins2012-07-301-2/+6
|\
| * don't throw exceptions if %(color)s tag is usedSean Dague2012-07-271-2/+6
* | fix the qpid_heartbeat option so that it's effectivePádraig Brady2012-07-301-1/+1
|/
* Remove unused importsJoe Gordon2012-07-264-4/+0
* Modifies _is_opt_registered fcn to check for duplicate optsGiampaolo Lauria2012-07-241-1/+4
* Merge changes I536e1ca0,Ifb878368,Ie1d71b85Jenkins2012-07-231-2/+4
|\
| * Add missing convert_instances arg.Russell Bryant2012-07-181-1/+3
| * Track to_primitive() depth after iteritems().Russell Bryant2012-07-181-1/+1
* | Enable fanout_cast and fanout_cast_to_server to provide topicGary Kotton2012-07-231-4/+8
|/
* fix bug lp:1019348,update openstack-common to support pep8 1.3.Yaguang Tang2012-07-187-33/+34
* cfg: allow empty config valuesMark McLoughlin2012-07-171-1/+2