summaryrefslogtreecommitdiffstats
path: root/openstack
Commit message (Expand)AuthorAgeFilesLines
* Merge "Skip argparse when injecting requirements."Jenkins2012-06-221-0/+5
|\
| * Skip argparse when injecting requirements.Dan Prince2012-06-201-0/+5
* | Avoid erroneous "Unsupported RPC Version" message if method is missingDan Smith2012-06-211-2/+8
* | Merge "Added dictify() and uuids to the common request context."Jenkins2012-06-211-1/+27
|\ \
| * | Added dictify() and uuids to the common request context.Andrew Bogott2012-06-201-1/+27
| |/
* / Call exception on the logger, not the logging module.Russell Bryant2012-06-201-1/+1
|/
* Fix import usage in AMQP for rpc.commonJulien Danjou2012-06-201-1/+1
* Merge "Fix nova.rpc references in comments."Jenkins2012-06-192-14/+18
|\
| * Fix nova.rpc references in comments.Russell Bryant2012-06-132-14/+18
* | Merge "add import_object_ns function"Jenkins2012-06-181-0/+13
|\ \
| * | add import_object_ns functionSean Dague2012-06-141-0/+13
* | | Merge "rpc: Update rpc_backend handling."Jenkins2012-06-181-2/+8
|\ \ \ | | |/ | |/|
| * | rpc: Update rpc_backend handling.Russell Bryant2012-06-131-2/+8
* | | Update common code to support pep 1.3.Gary Kotton2012-06-1814-247/+248
* | | Merge "Add missing ack to impl_qpid."Jenkins2012-06-151-1/+6
|\| |
| * | Add missing ack to impl_qpid.Russell Bryant2012-06-131-1/+6
| |/
* / Add autodoc generation to the build_sphinx commandMonty Taylor2012-06-141-0/+52
|/
* Merge "Add impl_zmq to rpc."Jenkins2012-06-122-0/+718
|\
| * Add impl_zmq to rpc.Russell Bryant2012-06-112-0/+718
* | Merge "Fix utcnow_ts to return UTC timestamp"Jenkins2012-06-121-1/+2
|\ \ | |/ |/|
| * Fix utcnow_ts to return UTC timestampZhongyue Luo2012-06-111-1/+2
* | Merge "Use 'is not None' instead of '!= None'"Jenkins2012-06-111-3/+3
|\ \ | |/ |/|
| * Use 'is not None' instead of '!= None'Johannes Erdfelt2012-06-081-3/+3
* | Make jsonutils.dumps more generalZhongyue Luo2012-06-081-2/+2
|/
* Merge "Add nova time util functions to timeutils"Jenkins2012-06-081-0/+35
|\
| * Add nova time util functions to timeutilsZhongyue Luo2012-06-061-0/+35
* | Merge "Add support to include config aliases"Jenkins2012-06-081-15/+56
|\ \
| * | Add support to include config aliasesJoe Gordon2012-06-061-15/+56
* | | Handle xmlrpclib.DateTime types when serializing to JSONJohannes Erdfelt2012-06-071-0/+7
* | | Merge "Add rpc to openstack-common."Jenkins2012-06-079-0/+3025
|\ \ \
| * | | Add rpc to openstack-common.Russell Bryant2012-06-069-0/+3025
| |/ /
* / / Adds support for bol and eol spaces to ini filesVishvananda Ishaya2012-06-061-1/+4
|/ /
* | Revert "Add a load function wrapper to jsonutils"Russell Bryant2012-06-061-8/+3
* | Add gettext support.Russell Bryant2012-06-061-0/+33
|/
* Replace datetime.utcnow with timeutils.utcnowZhongyue Luo2012-06-051-1/+1
* Merge "Create testutils with skip decorators."Jenkins2012-06-051-0/+68
|\
| * Create testutils with skip decorators.Russell Bryant2012-06-041-0/+68
* | Common-ize policies.Kevin L. Mitchell2012-06-041-0/+238
|/
* Add a load function wrapper to jsonutilsZhongyue Luo2012-06-041-3/+8
* cfg: add a global CONF objectMark McLoughlin2012-05-291-0/+19
* cfg: add generators for iterating over all optionsMark McLoughlin2012-05-291-28/+24
* cfg: move constructor args to __call__() argsMark McLoughlin2012-05-291-71/+128
* Added support for proper bare URLs.Monty Taylor2012-05-251-0/+17
* Backslash continuation removal (common folsom-1)Zhongyue Luo2012-05-191-4/+4
* Create openstack.common.jsonutils.Russell Bryant2012-05-151-0/+133
* Alphabetize imports in openstack/common/cfg.pyJoe Gordon2012-05-141-1/+1
* cfg: make reset() clear defaults and overridesMark McLoughlin2012-05-121-4/+20
* Merge "cfg: automatically create option groups"Jenkins2012-05-101-8/+18
|\
| * cfg: automatically create option groupsMark McLoughlin2012-05-101-8/+18
* | Merge "cfg: allow options to be marked as required"Jenkins2012-05-101-2/+47
|\ \