Fix a typo in a role var
The commit fixes a typo in the role var aditional_tempestconf_params -> additional_tempestconf_params Change-Id: I68fb7309ab2befd76d762a8772a3a2960214b4e6
This commit is contained in:
parent
87dc946d6e
commit
a7570a439d
@ -219,7 +219,7 @@
|
||||
Tempest job for python-tempestconf on a devstack environment as the demo user.
|
||||
run: playbooks/python-tempestconf-tempest-devstack.yaml
|
||||
vars:
|
||||
aditional_tempestconf_params: "auth.tempest_roles member"
|
||||
additional_tempestconf_params: "auth.tempest_roles member"
|
||||
user: demo
|
||||
cloud_user: devstack
|
||||
test_demo: true
|
||||
|
@ -74,7 +74,7 @@
|
||||
include_role:
|
||||
name: generate-tempestconf-file
|
||||
vars:
|
||||
aditional_tempestconf_params: "object-storage.operator_role Member"
|
||||
additional_tempestconf_params: "object-storage.operator_role Member"
|
||||
output_path: "/etc/openstack/tempest_admin.conf"
|
||||
source_credentials_commands: "source {{ ansible_user_dir }}/keystonerc_admin"
|
||||
test_demo_user: False
|
||||
|
@ -61,7 +61,7 @@ is then copied to tempest directory.
|
||||
playbook where the role is called.
|
||||
|
||||
|
||||
.. zuul:rolevar:: aditional_tempestconf_params
|
||||
.. zuul:rolevar:: additional_tempestconf_params
|
||||
:type: string
|
||||
:default: ""
|
||||
|
||||
|
@ -2,7 +2,7 @@ devstack_base_dir: /opt/stack
|
||||
virtualenvs:
|
||||
tempestconf: ~/.virtualenvs/.tempestconf
|
||||
url_cirros_image: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img"
|
||||
aditional_tempestconf_params: ""
|
||||
additional_tempestconf_params: ""
|
||||
test_demo_user: False
|
||||
test_accounts_file: /etc/openstack/accounts.yaml
|
||||
create_accounts_file: False
|
||||
|
@ -17,4 +17,4 @@ discover-tempest-config \
|
||||
{% elif test_demo_user and create_accounts_file %}
|
||||
--create-accounts-file ./etc/accounts.yaml \
|
||||
{% endif %}
|
||||
{{ aditional_tempestconf_params }}
|
||||
{{ additional_tempestconf_params }}
|
||||
|
Loading…
Reference in New Issue
Block a user