diff options
| author | Valerii Ponomarov <vponomar@redhat.com> | 2018-02-13 21:48:53 +0200 |
|---|---|---|
| committer | Valerii Ponomarov <vponomar@redhat.com> | 2018-02-20 13:50:56 +0200 |
| commit | 647efcde43e289f66dbb30941002b4637f092cc8 (patch) | |
| tree | 3707657b0484d29d816974e09c37a413afe78db7 /tests/cns_tests_sample_config.yml | |
| parent | f9ac904f60e4116dedd2fa03359e1a8fa5912589 (diff) | |
Add support of heketi_cli_user and heketi_cli_key
Just define following config options:
cns:
heketi_config:
heketi_cli_user: 'admin'
heketi_cli_key: 'some_secret_admin_key'
To make heketi tests use specific creds for auth.
Change-Id: I60f6d6e3922de6602d8fd39656132a23f18ffc8c
Diffstat (limited to 'tests/cns_tests_sample_config.yml')
| -rw-r--r-- | tests/cns_tests_sample_config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml index 9b46365f..b77be3fa 100644 --- a/tests/cns_tests_sample_config.yml +++ b/tests/cns_tests_sample_config.yml @@ -74,6 +74,8 @@ cns: heketi_config: heketi_client_node: heketi_server_url: "http://heketi-storage-project.cloudapps.mystorage.com" + heketi_cli_user: "admin" + heketi_cli_key: "admin" heketi_ssh_key: "/etc/heketi/heketi_key" heketi_config_file: "/etc/heketi/heketi.json" heketi_volume: |
