Add ability to configure secret keys
Change-Id: I119e00a4b7feaec9d93401ef9e825ee46d304be4
diff --git a/tests/pillar/client.sls b/tests/pillar/client.sls
index 31babdb..f15bc39 100644
--- a/tests/pillar/client.sls
+++ b/tests/pillar/client.sls
@@ -19,3 +19,20 @@
import:
address: http://gerrit.cluster.local/jobs/rundeck-jobs.git
branch: master
+ secret:
+ openstack/auth_url:
+ type: password
+ content: http://openstack.cluster.local/identity/v3/auth/tokens
+ openstack/username:
+ type: password
+ content: admin
+ openstack/password:
+ type: password
+ content: password
+ openstack/project_name:
+ type: password
+ content: admin
+ openstack/keypair:
+ enabled: false
+ ssh/runbook:
+ enabled: false