Skip to content

Commit 47cd563

Browse files
committed
[common] Add documentation and default for openstack_cmd
1 parent a4973c2 commit 47cd563

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

roles/common/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ For endpoint_tests.yml tasks:
5858
- polarion ID number for each test.
5959
common_endpoint_list
6060
- list of endpoints to validate
61-
61+
openstack_cmd
62+
- The command used to run openstack
6263

6364
For project_tests.yml tasks:
6465

roles/common/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
openstack_cmd: "openstack"

0 commit comments

Comments
 (0)