
This patch will add changes to support Kubernetes as VIM feature in python-tackerclient. After this change, user have to provide VIM type in VIM config file when creating or updating VIM. The default VIM type is openstack. Partially Implements: blueprint kubernetes-as-vim Change-Id: I1b1610cb89a78a2a8fe134265b83dd469d72fdcd
7 lines
179 B
YAML
7 lines
179 B
YAML
auth_url: 'http://1.2.3.4:5000'
|
|
username: 'xyz'
|
|
password: '12345'
|
|
project_name: 'abc'
|
|
project_domain_name: 'prj_domain_name'
|
|
user_domain_name: 'user_domain_name'
|
|
type: 'openstack' |