We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4973c2 commit 47cd563Copy full SHA for 47cd563
roles/common/README.md
@@ -58,7 +58,8 @@ For endpoint_tests.yml tasks:
58
- polarion ID number for each test.
59
common_endpoint_list
60
- list of endpoints to validate
61
-
+ openstack_cmd
62
+ - The command used to run openstack
63
64
For project_tests.yml tasks:
65
roles/common/defaults/main.yml
@@ -0,0 +1,2 @@
1
+---
2
+openstack_cmd: "openstack"
0 commit comments