| Ann Kamyshnikova | 85798ea | 2018-05-04 17:01:39 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | |||||
| 3 | jenkins: | ||||
| 4 | client: | ||||
| 5 | credential: | ||||
| 6 | test-openstack: | ||||
| 7 | username: test | ||||
| 8 | password: ${_param:vnf_openstack_test_user_password} | ||||
| 9 | test-admin: | ||||
| 10 | username: test-admin | ||||
| 11 | password: ${_param:vnf_openstack_admin_user_password} | ||||
| 12 | openstack-key: | ||||
| 13 | username: root | ||||
| 14 | key: ${_param:vnf_openstack_private_key} | ||||