diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-20 13:39:56 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-20 16:36:45 +0200 |
commit | 0026043552c2db4b754320b00c2cbc6699f6c500 (patch) | |
tree | 6cf0d591f658bb9e5db2f086f8fa990b67881407 /ci/globals.yaml | |
parent | 4c6bdfbbbd1e560d41031de713dd3658bf9ec12b (diff) |
Allow overriding default storage protocol
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 <viktor.tikkanen@nokia.com>
Change-Id: I19e4e25212b6f6176e3b967e01eb634c15e4d474
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a561c6ca316feb1a203327aa729ac0317f70df48)
Diffstat (limited to 'ci/globals.yaml')
-rw-r--r-- | ci/globals.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/globals.yaml b/ci/globals.yaml index 4ff502cdc..68f07b698 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' |