~openstack-gd/nova/lp785816-joinedload

« back to all changes in this revision

Viewing changes to doc/source/object.model.rst

  • Committer: Anne Gentle
  • Date: 2010-12-20 20:54:27 UTC
  • mfrom: (469 nova)
  • mto: This revision was merged to the branch mainline in revision 550.
  • Revision ID: anne@openstack.org-20101220205427-xtz19plbvxybqe9b
Minor spellchecking fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
..
 
2
      Copyright 2010 OpenStack LLC
 
3
 
 
4
      All Rights Reserved.
 
5
 
 
6
      Licensed under the Apache License, Version 2.0 (the "License"); you may
 
7
      not use this file except in compliance with the License. You may obtain
 
8
      a copy of the License at
 
9
 
 
10
          http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
      Unless required by applicable law or agreed to in writing, software
 
13
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 
14
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 
15
      License for the specific language governing permissions and limitations
 
16
      under the License.
 
17
 
1
18
Object Model
2
19
============
3
20
 
25
42
Users
26
43
-----
27
44
 
 
45
Each Nova User is authorized based on their access key and secret key, assigned per-user. Read more at :doc:`/adminguide/managing.users`.
 
46
 
28
47
Projects
29
48
--------
30
49
 
 
50
For Nova, access to images is based on the project. Read more at :doc:`/adminguide/managing.projects`.
31
51
 
32
52
Images
33
53
------
34
54
 
 
55
Images are binary files that run the operating system. Read more at :doc:`/adminguide/managing.images`.
35
56
 
36
57
Instances
37
58
---------
38
59
 
 
60
Instances are running virtual servers. Read more at :doc:`/adminguide/managing.instances`.
39
61
 
40
62
Volumes
41
63
-------
42
64
 
 
65
.. todo::  Write doc about volumes
43
66
 
44
67
Security Groups
45
68
---------------
46
69
 
 
70
In Nova, a security group is a named collection of network access rules, like firewall policies. Read more at `Security Groups <http://nova.openstack.org/nova.concepts.html#concept-security-groups>`_.
47
71
 
48
72
VLANs
49
73
-----
50
74
 
 
75
VLAN is the default network mode for Nova. Read more at :doc:`/adminguide/network.vlan`.
51
76
 
52
77
IP Addresses
53
78
------------
 
79
Nova enables floating IP management.
 
 
b'\\ No newline at end of file'