~openstack-gd/nova/lp785816-joinedload

« back to all changes in this revision

Viewing changes to doc/source/devref/network.rst

  • Committer: Todd Willey
  • Date: 2010-11-07 19:51:40 UTC
  • mto: (386.2.41 trunkdoc)
  • mto: This revision was merged to the branch mainline in revision 398.
  • Revision ID: todd@ansolabs.com-20101107195140-djbg5mkmbz0jc03w
Merge lp:~termie/nova/trunkdoc (via patch, since bzr though it was already merged)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
      License for the specific language governing permissions and limitations
16
16
      under the License.
17
17
 
18
 
Networking Programming Guide
19
 
============================
 
18
Networking
 
19
==========
20
20
 
21
21
.. todo:: 
22
22
 
23
23
    * document hardware specific commands (maybe in admin guide?) (todd)
24
24
    * document a map between flags and managers/backends (todd)
25
25
 
26
 
The :mod:`Manager` module
27
 
-------------------------
 
26
 
 
27
The :mod:`nova.network.manager` Module
 
28
--------------------------------------
28
29
 
29
30
.. automodule:: nova.network.manager
30
31
    :members:
31
32
    :undoc-members:
32
33
    :show-inheritance:
33
34
 
34
 
The :mod:`LinuxNet` driver
35
 
--------------------------
 
35
The :mod:`nova.network.linux_net` Driver
 
36
----------------------------------------
36
37
 
37
38
.. automodule:: nova.network.linux_net
38
39
    :members:
51
52
    :show-inheritance:
52
53
 
53
54
 
54
 
legacy docs
 
55
Legacy docs
55
56
-----------
56
57
 
57
58
The nova networking components manage private networks, public IP addressing, VPN connectivity, and firewall rules.