3dba4d4715
* Change description parameter 'required' attr value from true to false. * Add neutron_net_id and neutron_subnet_id in share network update API request parameter. Closes-bug: #1727145 Change-Id: Iedde7a2a674a60e760b47d5eb2973f42d79223d1
9 lines
255 B
JSON
9 lines
255 B
JSON
{
|
|
"share_network": {
|
|
"neutron_net_id": "998b42ee-2cee-4d36-8b95-67b5ca1f2109",
|
|
"neutron_subnet_id": "53482b62-2c84-4a53-b6ab-30d9d9800d06",
|
|
"name": "update my network",
|
|
"description": "i'm adding a description"
|
|
}
|
|
}
|