From e85971b1a6bb533c6169161ead7b34c910f98e5f Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sun, 19 Apr 2015 01:43:40 -0400 Subject: Update the docs for new nic options Change-Id: I4c8b93ede80f993eab8badfbba6bf1c530844d54 --- doc/source/command-objects/server.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 34555580..f9ea5908 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -67,7 +67,7 @@ Create a new server [--user-data ] [--availability-zone ] [--block-device-mapping [...] ] - [--nic [...] ] + [--nic [...] ] [--hint [...] ] [--config-drive |True ] [--min ] @@ -115,9 +115,14 @@ Create a new server Map block devices; map is ::: (optional extension) -.. option:: --nic +.. option:: --nic - Specify NIC configuration (optional extension) + Create a NIC on the server. Specify option multiple times to create + multiple NICs. Either net-id or port-id must be provided, but not both. + net-id: attach NIC to network with this UUID, + port-id: attach NIC to port with this UUID, + v4-fixed-ip: IPv4 fixed address for NIC (optional), + v6-fixed-ip: IPv6 fixed address for NIC (optional). .. option:: --hint -- cgit v1.2.1