Manila share_protocol value can be configured

The tobiko infrared plugin allows to configure a value for manila
share_protocol within tobiko.conf

Change-Id: I5dc4923ede35958be80c1a3c1e25d30aa6325060
This commit is contained in:
Eduardo Olivares 2023-11-21 18:18:43 +01:00
parent 11a625d215
commit d50f39b1e7
2 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,10 @@ subparsers:
type: Bool
help: OSP env was done with an external load balancer
ansible_variable: has_external_load_balancer
manila-share-protocol:
type: Value
help: Protocol used when creating a manila share object
ansible_variable: manila_share_protocol
- title: Run stage
options:

View File

@ -21,6 +21,9 @@ test_default_conf:
ubuntu_connection_timeout: "{{ ubuntu_connection_timeout }}"
ubuntu_is_reachable_timeout: "{{ ubuntu_is_reachable_timeout }}"
manila:
share_protocol: "{{ manila_share_protocol }}"
test_log_debug: ''
test_case_timeout: 1800.
@ -40,3 +43,5 @@ ceph_rgw: ''
ubuntu_connection_timeout: ''
ubuntu_is_reachable_timeout: ''
manila_share_protocol: ''