summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-06-06 21:27:16 +1200
committerLingxian Kong <anlin.kong@gmail.com>2019-06-08 00:46:21 +1200
commit2e052b02620f3b25aac409e7afa42e11f5bd0bd8 (patch)
tree60ae6c286ac02359e0b76c0c8661d27a417af130 /test-requirements.txt
parent37e8dedac27a4567c02c78c4fb7d45b1d50e717c (diff)
downloadtrove-2e052b02620f3b25aac409e7afa42e11f5bd0bd8.tar.gz
Enable service tenant deployment model by default in DevStack
The service tenant deployment model means Trove creates most of the resources(vm, volume, security group, etc.) relating to a database instance in the Trove service tenant rather than the end user. With this deployment model, most of the related resources behind the scenes are invisible to the user, which is a more secure deployment model for either private or public cloud provider. DevStack should follow this model as it will be recommended for Trove deployment in production. Changes included in this patch that are necessary in order to make that happen: - Add 'admin' role to Trove service user(username: trove, project: service) in DevStack. - Create Trove management network resources for Trove service user in DevStack. - Enable Trove remote client configuration by default in DevStack. - Mainly use alt_demo user in alt_demo project for integration tests, config trove user as the admin role user in integration tests. - Disable the module related tests(module_groups) for now because of no use cases but need effort to fix all the failed tests in the service tenant model. Story: #2005445 Task: #30489 Change-Id: I2efb69d3d50344914a875b773f62a227dba2ccaf
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4801f234..99db0dce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27,3 +27,4 @@ doc8>=0.6.0 # Apache-2.0
astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0
+tenacity>=4.9.0 # Apache-2.0