[user-guide] remove unknown networking option

Change-Id: I304583aac6d497ca72f46b08637884aa50d51581
Closes-Bug: #1647792
This commit is contained in:
KATO Tomoyuki 2016-12-31 09:48:34 +09:00
parent 522e4919f8
commit 5818619f7d

View File

@ -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.