Fix role readme
Lately we added a flavor autodiscover feature and due to that we edited generate-tempestconf-file role. The patch removes unused registered variable and edits readme. Change-Id: Ibf55d35ab00aafd0b7efe83805f1a96f11fe2f0a
This commit is contained in:
parent
78ef76e09e
commit
a1f3c43249
@ -67,10 +67,8 @@ is then copied to tempest directory.
|
|||||||
|
|
||||||
If checking of demo user abilities is desired to be enabled, set this
|
If checking of demo user abilities is desired to be enabled, set this
|
||||||
variable to True.
|
variable to True.
|
||||||
When True, a set of tasks, where generation of tempest configuration is
|
When True, a set of tasks for testing demo user is included. The set
|
||||||
intended to fail, is included. The set includes also tasks, which create
|
includes tasks, which create necessary tempest resources.
|
||||||
tempest resources. After that, the generation of the tempest configuration is
|
|
||||||
suppossed to pass.
|
|
||||||
NOTE: If the variable is set to True, it's needed to set cloud_admin variable
|
NOTE: If the variable is set to True, it's needed to set cloud_admin variable
|
||||||
as well, see info below.
|
as well, see info below.
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
args:
|
args:
|
||||||
chdir: "{{ tempestconf_src_relative_path }}"
|
chdir: "{{ tempestconf_src_relative_path }}"
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: result
|
|
||||||
|
|
||||||
- name: Create m1.nano and m1.micro flavors for demo user
|
- name: Create m1.nano and m1.micro flavors for demo user
|
||||||
shell: |
|
shell: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user