zaqar/zaqar/common
Ryan S. Brown 900dc12704 The `subtype` formatting arg does not exist
The logging decorator was causing tracebacks due to a nonexistent formatting
argument.

```
Traceback (most recent call last):
  [snipped]
KeyError: u'subtype'
Logged from file decorators.py, line 45
```

Change-Id: I9299da8617c7e86a863feb0957f439b90dd60a6a
2015-10-01 14:02:48 -04:00
..
api API v1.1 Claims endpoints 2015-08-17 03:34:25 -03:00
storage Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
transport RBAC support based on oslo.policy 2015-09-14 23:28:27 +12:00
__init__.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
access.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
cache.py Switch to oslo_cache 2015-09-23 11:44:44 +02:00
cli.py Port to oslo_log 2015-05-27 21:29:35 +00:00
configs.py Add email driver for notification 2015-09-03 11:46:00 +02:00
decorators.py The `subtype` formatting arg does not exist 2015-10-01 14:02:48 -04:00
errors.py Updated from global requirements 2015-07-07 14:25:36 +02:00
pipeline.py Port to oslo_log 2015-05-27 21:29:35 +00:00
urls.py Prevent mutation of out-of-scope args 2015-09-10 15:55:45 -04:00
utils.py Move oslo libraries out of the oslo namespace 2015-01-20 13:42:10 +00:00