Allow DB retries on controller_worker creates

Temporary workaround for commit ordering issues with the amphora driver,
until the driver can be rewritten against the real driver interface.

Story: 2002127
Task: 19809
Change-Id: Idfaca392b278a6efad36e51adaedc6c80372a006
This commit is contained in:
Adam Harwell
2018-05-29 23:58:36 -07:00
parent 190f682aac
commit 48e85569f7
4 changed files with 97 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ taskflow>=2.16.0 # Apache-2.0
diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
castellan>=0.16.0 # Apache-2.0
tenacity # Apache-2.0
#for the amphora api
Flask!=0.11,<1.0,>=0.10 # BSD