Error in Documentation about nova project creation

Bug #753352 reported by koolhead17
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Anne Gentle

Bug Description

*Commands for adding a project as per* http://nova.openstack.org/runnova/nova.manage.html *is wrong.*

* nova-manage project add <projectname>

Add a nova project with the name <projectname> to the database.

nova-manage project add myproject
Possible wrong number of arguments supplied
project add: Adds user to project
        arguments: project_id user_id
**Correction*

nova-manage project add myproject user5

This command will add user5 to project myproject

Related branches

Revision history for this message
koolhead17 (koolhead17) wrote :

ALSO

*nova-manage project create <projectname>

    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).
Possible wrong number of arguments supplied
project create: Creates a new project
        arguments: name project_manager [description]

**Correction*
nova-manage project create myproject

This is the command for creating a new project and as requirement we have to mention who will be the project admin.

Revision history for this message
koolhead17 (koolhead17) wrote :

ALSO

*nova-manage project zipfile

Possible wrong number of arguments supplied
project zipfile: Exports credentials for project to a zip file
        arguments: project_id user_id [filename='nova.zip]

**Correction**

nova-manage project zipfile projectname user (directory to ave credentials)
nova-manage project zipfile myproject user5 /home/user5/mysec.zip

Thierry Carrez (ttx)
Changed in nova:
importance: Undecided → Medium
status: New → Confirmed
Anne Gentle (annegentle)
Changed in nova:
assignee: nobody → Anne Gentle (annegentle)
Thierry Carrez (ttx)
Changed in nova:
status: Confirmed → In Progress
Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → diablo-1
Anne Gentle (annegentle)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: diablo-1 → 2011.3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.