From 975096d11c369b1e74d9e290b9e479f214e1fa04 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Tue, 14 Feb 2017 11:19:25 +0700 Subject: [PATCH] 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 --- doc/source/deploy/portgroups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/deploy/portgroups.rst b/doc/source/deploy/portgroups.rst index afb0ed2652..179bec13a7 100644 --- a/doc/source/deploy/portgroups.rst +++ b/doc/source/deploy/portgroups.rst @@ -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.