Ann Kamyshnikova | 85798ea | 2018-05-04 17:01:39 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | |
| 3 | keystone: |
| 4 | client: |
| 5 | enabled: true |
| 6 | server: |
| 7 | identity: |
| 8 | test: |
| 9 | host: ${_param:keystone_service_host} |
| 10 | port: 35357 |
| 11 | token: ${_param:keystone_service_token} |
| 12 | protocol: ${_param:keystone_service_protocol} |
| 13 | roles: |
| 14 | - Member |
| 15 | project: |
| 16 | test-metaswitch: |
| 17 | description: "OpenStack tenant to execute validation tests against Metaswitch vSBC VNF" |
| 18 | user: |
| 19 | test: |
| 20 | is_admin: false |
| 21 | password: ${_param:vnf_openstack_test_user_password} |
| 22 | email: ${_param:vnf_openstack_test_user_email} |