aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-26 17:29:32 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-28 12:12:19 +0200
commit0837a745c81ed2a6e7df097f60d227d5997c805e (patch)
tree9f6dd8ea9b2421e13fa8f98d83fec8c3dd56424e /functest/utils/env.py
parentcc3405c86bf9de96b09267176d5582d4a7908f56 (diff)
Allow getting service via any endpoint
It overrides the default implementation provided by Shade. Change-Id: I3ad2f8ba543be4483f108c4bd7765018dddc5b19 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index 04919acce..8c003092d 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -36,8 +36,7 @@ INPUTS = {
'NEW_USER_ROLE': 'Member',
'USE_DYNAMIC_CREDENTIALS': 'True',
'BLOCK_MIGRATION': 'True',
- 'CLEAN_ORPHAN_SECURITY_GROUPS': 'True',
- 'PUBLIC_ENDPOINT_ONLY': 'False'
+ 'CLEAN_ORPHAN_SECURITY_GROUPS': 'True'
}