From 3671b52f560cbcb898d133fa4c829ed4e2ef4161 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 3 Mar 2019 11:27:09 +0100 Subject: Stop forcing non default operator role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Member is the default value [1] and SwiftOperator is not created by default in OpenStack gates (devstack) This role should be modified by tempest custom yaml file instead. [1] https://docs.openstack.org/tempest/latest/sampleconf.html Change-Id: Ie77b91e36a7011e5730cbf5998e029c07ec7fe2f Signed-off-by: Cédric Ollivier (cherry picked from commit 543884f5c2100878692260fd840624a549843238) --- functest/ci/config_functest.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'functest/ci') diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index dbea320c9..eded26e75 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -139,8 +139,6 @@ tempest: user_password: Tempest123! validation: ssh_timeout: 130 - object_storage: - operator_role: SwiftOperator # network_type: vlan # physical_network: physnet2 # segmentation_id: 2366 -- cgit 1.2.3-korg