From 5818619f7d45fdeba2631218b9c3604bfcff3518 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 31 Dec 2016 09:48:34 +0900 Subject: [PATCH] [user-guide] remove unknown networking option Change-Id: I304583aac6d497ca72f46b08637884aa50d51581 Closes-Bug: #1647792 --- .../source/cli-create-and-manage-networks.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/doc/user-guide/source/cli-create-and-manage-networks.rst b/doc/user-guide/source/cli-create-and-manage-networks.rst index cb958e7d27..21c70b1f26 100644 --- a/doc/user-guide/source/cli-create-and-manage-networks.rst +++ b/doc/user-guide/source/cli-create-and-manage-networks.rst @@ -96,9 +96,6 @@ Create networks | updated_at | 2016-12-21T08:33:34Z | +---------------------------+--------------------------------------+ - Just as shown previously, the unknown option ``--provider-network-type`` - is used to create a ``vxlan`` provider network. - Create subnets ~~~~~~~~~~~~~~ @@ -314,14 +311,3 @@ Create ports | baf13412-26... | | fa:16:3e:f6:ec:c7 | {"subnet_id"... ..."ip_address": "192.168.2.2"} | | f7a08fe4-e7... | | fa:16:3e:97:e0:fc | {"subnet_id"... ..."ip_address": "192.168.2.40"}| +----------------+------+-------------------+-------------------------------------------------+ - - :option:`--fixed-ips ip_address=192.168.2.2 ip_address=192.168.2.40` is one - unknown option. - -How to find unknown options -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -The unknown options can be easily found by watching the output of -:command:`create_xxx` or :command:`show_xxx` command. For example, -in the port creation command, we see the fixed\_ips fields, which -can be used as an unknown option.