From 77aea7e82a6c397d45bc67e92f30cbaffb331bc5 Mon Sep 17 00:00:00 2001 From: annegentle Date: Fri, 28 Oct 2011 10:37:52 -0500 Subject: [PATCH] Fixes bug 882781 Change-Id: Ib596617b99d6f2f8aaa33b3af0c39703ac6e5471 --- .../docbkx/openstack-compute-admin/computeadmin.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/src/docbkx/openstack-compute-admin/computeadmin.xml b/doc/src/docbkx/openstack-compute-admin/computeadmin.xml index 5f81d05ef7..a7aa086be9 100644 --- a/doc/src/docbkx/openstack-compute-admin/computeadmin.xml +++ b/doc/src/docbkx/openstack-compute-admin/computeadmin.xml @@ -74,8 +74,8 @@ format="SVG" scale="60"/> public methods on one of the subclasses of NetworkManager. Different networking strategies are available to the service by changing the network_manager flag to FlatManager, FlatDHCPManager, or VlanManager (default is VLAN if no other is - specified): - nova-network --network_manager=nova.network.manager.FlatManager + specified). +
@@ -92,7 +92,7 @@ uec-publish-tarball $image [bucket-name] [hardware-arch] Image : a tar.gz file that contains the - system, it's kernel and ramdisk. + system, its kernel and ramdisk. @@ -2063,6 +2063,11 @@ Then perform the mount. default: '' IP address; Cloud controller host IP address. + + --multi-host + default: 'false' + Boolean true or false; When true, it enables the system to send all network related commands to the host that the VM is on. + --network_manager default: 'nova.network.manager.VlanManager'