aboutsummaryrefslogtreecommitdiffstats
path: root/functest/api/swagger/creds_action.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-06-05 21:31:43 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-06-05 21:46:05 +0200
commit4f9789cfab845d7209f5a2fc2209cad8941d02d6 (patch)
tree0ad7d101e4ba3e8e69f2a2dc8b4650e02e857433 /functest/api/swagger/creds_action.yaml
parentd77a8c4158562dea02500a7b6240b4934ab4fc7c (diff)
Switch from OS_ENDPOINT_TYPE to OS_INTERFACE
It also set endpoint_type to public in tempest.conf if unset. JIRA: FUNCTEST-975 Change-Id: I91bd1d7171b4bcf58dbe818696d5b864d5036619 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/api/swagger/creds_action.yaml')
-rw-r--r--functest/api/swagger/creds_action.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/api/swagger/creds_action.yaml b/functest/api/swagger/creds_action.yaml
index 7e7653bb5..c9434220b 100644
--- a/functest/api/swagger/creds_action.yaml
+++ b/functest/api/swagger/creds_action.yaml
@@ -28,9 +28,8 @@ parameters:
description: this is the test case name
default:
"OS_AUTH_URL": "http://192.16.1.222:5000/v3"
- "OS_ENDPOINT_TYPE": "publicURL"
"OS_IDENTITY_API_VERSION": "3"
- "OS_INTERFACE": "publicURL"
+ "OS_INTERFACE": "public"
"OS_PASSWORD": "admn"
"OS_PROJECT_DOMAIN_NAME": "Default"
"OS_PROJECT_NAME": "admin"