Update docs create port group

We don't have parameter "True" of option "--support-standalone-ports".
We use [--support-standalone-ports | --unsupport-standalone-ports].
Thus, I remove parameter "True" of --support-standalone-ports of guide.

Closes-Bug: #1640592

Change-Id: I2c94c9ff869a4c62e994fa8fd9e312c4f4c0ff39
This commit is contained in:
Luong Anh Tuan 2017-02-14 11:19:25 +07:00 committed by Tuan Luong-Anh
parent 2b92b53da8
commit 975096d11c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ CLI commands below specify it for completeness.
openstack --os-baremetal-api-version 1.26 baremetal port group create \
--node $NODE_UUID --name test --address fa:ab:25:48:fd:ba --mode 802.3ad \
--property miimon=100 --property xmit_hash_policy="layer2+3" \
--support-standalone-ports True
--support-standalone-ports
A port group can also be updated with ``openstack baremetal port group set``
command, see its help for more details.