The following commands help you create and manage projects. "nova-manage account" command is an alias to "nova-manage project" and you can use them interchangeably.

Create a project. It requires you to mention name of the project admin as well. css1 is the name of the project and user5 is the name of the project admin here.

nova-manage project create --project=css1 --user=user5 --desc="My new project"

List the registered projects.

nova-manage project list

Download the credentials and associated file for a specific project. Please refer to the chapter on "Installation & Configuration" for more details.

nova-manage project zipfile --project=csscorp --user=user5 --file=/home/user5/mysec.zip

Delete an existing project.

nova-manage project delete --project=css1

Check the project wise resource allocation. The output will look like this:

nova-manage project quota --project=css1
	metadata_items: 128
	gigabytes: 1000
	floating_ips: 10
	instances: 10
	volumes: 10
	cores: 20

loading table of contents...