From 91edbed231b10041512b024a80c0af657155f2b9 Mon Sep 17 00:00:00 2001 From: Nguyen Van Duc Date: Fri, 20 Jul 2018 14:10:59 +0700 Subject: [PATCH] Replace port 35357 with 5000 Now that the v2.0 API has been removed, with Keystone v3 the admin (35357) and public (5000) ports are the same and use the same keystone code paths for authentication. This patch set replace 35357 and only uses port 5000 Change-Id: I1bc6f11892b7ec883210f0d9065a5b7d8f5cc246 --- tests/os_keystone-overrides.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/os_keystone-overrides.yml b/tests/os_keystone-overrides.yml index e1f1c52f..0bf888e4 100644 --- a/tests/os_keystone-overrides.yml +++ b/tests/os_keystone-overrides.yml @@ -54,13 +54,6 @@ haproxy_default_services: haproxy_balance_type: "http" haproxy_backend_options: - "httpchk HEAD /" - - service: - haproxy_service_name: keystone_admin - haproxy_backend_nodes: "{{ groups['keystone_all'] | default([]) }}" - haproxy_port: 35357 - haproxy_balance_type: "http" - haproxy_backend_options: - - "httpchk HEAD /" ssl_cipher_suite: "ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS" haproxy_ssl: false