deckhand/deckhand/client
Kumar, Nishant (nk613n) a2606e75b1 Remove unused code for policy validation as feature not implemented
Policy validation in Deckhand was not implemented completely. Refer link
below:
https://airshipit.readthedocs.io/projects/deckhand/en/latest/users/validation.html#policy-validations

This PS removes some of the code related to the feature which was being
used in a code path when a set of documents are uploaded to Deckhand.
In standard Airship deployments the number of documents could be quite
high and this leads to significant delay (more than 300seconds in some
cases). As there are no plans to implement the policy validation feature,
it makes sense to remove it from code path which could cause delay and
sometimes timeouts while uploading documents.

This has been tested on a Baremetal lab: GF and BF.

Change-Id: I2ff3f40a7fe37bed5a589fab00d829db726604fe
2020-05-14 00:34:42 +00:00
..
__init__.py DECKHAND-87: Deckhand API client library 2017-12-13 20:56:23 +00:00
base.py style(pep8): remove identation ignores 2018-06-01 22:08:42 +00:00
buckets.py DH Client urls remove api/v1.0 2018-03-02 10:52:10 +00:00
client.py Remove unused code for policy validation as feature not implemented 2020-05-14 00:34:42 +00:00
exceptions.py [client] Fix 503 exception raising attribute error instead 2018-02-19 08:14:03 -05:00
revisions.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30
tags.py DH Client urls remove api/v1.0 2018-03-02 10:52:10 +00:00