~rlane/nova/lp773690

« back to all changes in this revision

Viewing changes to doc/source/runnova/nova.manage.rst

  • Committer: rlane at wikimedia
  • Date: 2011-04-29 22:30:40 UTC
  • mfrom: (382.1.655 nova)
  • Revision ID: rlane@wikimedia.org-20110429223040-i0x3ds9eqwrabyru
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
Nova Project
84
84
~~~~~~~~~~~~
85
85
 
86
 
``nova-manage project add <projectname>``
87
 
 
88
 
    Add a nova project with the name <projectname> to the database.
89
 
 
90
 
``nova-manage project create <projectname>``
91
 
 
92
 
    Create a new nova project with the name <projectname> (you still need to do nova-manage project add <projectname> to add it to the database).
 
86
``nova-manage project add <projectname> <username>``
 
87
 
 
88
    Add a nova project with the name <projectname> to the database that will be administered by the named user.
 
89
 
 
90
``nova-manage project create <projectname> <projectmanager>``
 
91
 
 
92
    Create a new nova project with the name <projectname> (you still need to do nova-manage project add <projectname> to add it to the database). The <projectmanager> username is the administrator of the project.
93
93
 
94
94
``nova-manage project delete <projectname>``
95
95
 
111
111
 
112
112
    Deletes the project with the name <projectname>.
113
113
 
114
 
``nova-manage project zipfile``
 
114
``nova-manage project zipfile <projectname> <username> <directory for credentials>``
115
115
 
116
 
    Compresses all related files for a created project into a zip file nova.zip.
 
116
    Compresses all related files for a created project into a named zip file such as nova.zip.
117
117
 
118
118
Nova Role
119
119
~~~~~~~~~
226
226
Concept: IPC/RPC
227
227
----------------
228
228
 
229
 
Rabbit!
 
229
Rabbit is the main messaging queue, used for all communication between Nova components and it also does the remote procedure calls and inter-process communication. 
230
230
 
231
231
 
232
232
Concept: Fakes