diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2011-12-10 10:44:03 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-01-04 09:52:33 +0900 |
commit | a4b65e5ba18ba30f947cfc51faa152791f8b9334 (patch) | |
tree | 25918ebca51f73640c3ea3688682fbbc80ed2ff4 /doc | |
parent | 156ba7137a03b69086a8f200cc83c075315fc6dd (diff) |
doc: fix typo
Pointed out by Dan Wendlandt
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/using_with_openstack.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/using_with_openstack.rst b/doc/source/using_with_openstack.rst index 143a3042..bd8c2d52 100644 --- a/doc/source/using_with_openstack.rst +++ b/doc/source/using_with_openstack.rst @@ -108,7 +108,7 @@ from the source, please refer to OpenStack document and get back here again. * configure nova-network * --fixed_ranges=<setup here> * --network_size=<setup here> - * --network_manager=nova.network.quantum.manager.QuantumManage + * --network_manager=nova.network.quantum.manager.QuantumManager * --quantum_connection_host=<quantume server ip address> * --firewall_driver=nova.virt.libvirt.firewall.NopFirewallDriver |