Files
tacker/api-ref/source/v1/samples/vims/vims-create-request.json
Yan Xing'an fa4fa99945 Update vims api-ref for rocky
update the api doc of create/list/show/update-vim

Closes-bug: #1777549
Partially Implements: blueprint update-api-ref-for-rocky

Change-Id: Ie796d2024e30191d0724053273c8df6c2b806821
2018-06-19 10:48:19 +08:00

20 lines
491 B
JSON

{
"vim": {
"type": "openstack",
"auth_url": "http://192.168.42.131/identity",
"auth_cred": {
"username": "nfv_user",
"user_domain_name": "Default",
"password": "password",
"cert_verify": "True"
},
"vim_project": {
"name": "nfv",
"project_domain_name": "Default"
},
"name": "VIM1",
"description": "Additional site",
"is_default": false
}
}