Update api-ref for port group create

Update the facts that name and MAC address is not mandatory when
creating port groups.

Change-Id: I214cdab5789923341cdb2100b425958df6053d68
This commit is contained in:
Kaifeng Wang 2018-01-25 16:38:31 +08:00
parent a8a57048eb
commit 0386a4f966
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ Request
- node_uuid: node_uuid
- address: portgroup_address
- name: portgroup_name
**Example Portgroup creation request:**

View File

@ -829,7 +829,7 @@ portgroup_address:
Physical hardware address of this Portgroup, typically the hardware
MAC address.
in: body
required: true
required: false
type: string
portgroup_internal_info:
description: |