deckhand/deckhand
Felipe Monteiro 6e2a8adcf5 Fix AttributeError being raised in buckets controller
This PS fixes an AttributeError raised in buckets controller
when Deckhand tries to parse a malformed YAML which in turn
causes Deckhand to attempt to raise a 400, but accesses an
invalid attribute in the exception object, causing the
AttributeError.

Example error:

    AttributeError: 'ScannerError' object has no attribute 'format_message'

Change-Id: I54865e4830d3d34e813b1ecfa3105cf6243f2ca0
2017-10-05 11:53:30 -04:00
..
barbican [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
conf DECKHAND-33: Add oslo.config options for keystone auth 2017-08-24 20:12:05 +01:00
control Fix AttributeError being raised in buckets controller 2017-10-05 11:53:30 -04:00
db Fix bandit [B101:assert_used] 2017-10-03 00:19:58 -05:00
engine [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
tests Fix AttributeError being raised in buckets controller 2017-10-05 11:53:30 -04:00
__init__.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
cmd.py [feat] DECKHAND-28: Document pre-validation logic and API integration 2017-08-08 18:52:44 +01:00
context.py Refactor database sqlalchemy api/models. 2017-07-19 19:03:55 +01:00
errors.py Revision rollback API. 2017-09-25 22:20:47 +01:00
factories.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
types.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
utils.py Revamp document hashing 2017-10-02 18:09:13 +01:00