From a561c6ca316feb1a203327aa729ac0317f70df48 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 20 Sep 2018 13:39:56 +0200 Subject: Allow overriding default storage protocol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds a new env var STORAGE_PROTOCOL to override storage_protocol in tempest. The default value is unchanged [1]. [1] https://docs.openstack.org/tempest/latest/sampleconf.html Co-Authored-By: Viktor Tikkanen Change-Id: I19e4e25212b6f6176e3b967e01eb634c15e4d474 Signed-off-by: Cédric Ollivier --- ci/globals.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/globals.yaml') diff --git a/ci/globals.yaml b/ci/globals.yaml index 4be1b37a2..20217921f 100644 --- a/ci/globals.yaml +++ b/ci/globals.yaml @@ -10,3 +10,4 @@ prefix: '/home/opnfv/functest' nameserver: '8.8.8.8' external_network: 'ext-net' + storage_protocol: 'iSCSI' -- cgit 1.2.3-korg