diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-08-24 14:23:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 14:23:39 +0000 |
commit | 1da439765b20bbc9a1f63d736f4c6284b654d50d (patch) | |
tree | 0a21706812bd6ca0161c4dc2fc2d8ecc76383029 /functest/ci/config_functest.yaml | |
parent | 671b3356e8fc7c6219919f978a3dee6b69e8c663 (diff) | |
parent | b58e9f7b713e53b70b45ca3d13c0fcf0ed93e801 (diff) |
Merge "Added means to override the RC file credentials."
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 37e518e6..cf63e1ed 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -61,6 +61,25 @@ snaps: disk_file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img centos: disk_file: /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2 + # All of these values are optional and will override the values retrieved + # by the RC file +# os_creds_override: +# username: {user} +# password: {password} +# auth_url: {auth_url} +# project_name: {project_name} +# identity_api_version: {2|3} +# network_api_version: {2} +# compute_api_version: {2} +# image_api_version: {1|2} +# user_domain_id: {user_domain_id} +# project_domain_id: {projects_domain_id} +# interface: {interface} +# cacert: {True|False} +# proxy_settings: +# host: {proxy_host} +# port: {proxy_port} +# ssh_proxy_cmd: {OpenSSH -o ProxyCommand value} vping: ping_timeout: 200 |