Commit Graph

15 Commits

Author SHA1 Message Date
Dan Smith 4ea757b880 Add the beginnings of the nova-conductor service
This adds a new service called "nova-conductor" which will provide
services for nova-compute, such as completing database updates and
handling long-running tasks.

Right now, this just adds a fraction of the database-related work
so that we can proceed with incremental changes to nova-compute.

For compatibility/flexibility, both LocalAPI and (RPC)API classes
are provided. Users concerned with performance or compatibility
who wish to maintain compute-node-local database accesses can
set the [conductor] use_local=True, which will mimic the legacy
behavior.

DocImpact

Change-Id: Ib81d879f40b7daceeffad5af0631c7db68168661
2012-11-19 11:41:34 -08:00
Vishvananda Ishaya 7e2b93acc5 removes the nova-volume code from nova
This removes the majority of the nova-volume code from the codebase.
It updates relevent config options to default to cinder. It updates a
number of existing tests that were depending on code that was removed.

A few things still need to be removed:

 * volume/driver.py & volume/iscsi.py
   These files are used by the libvirt volume driver tests. These
   tests should be updated to mock the relevant calls.

 * scheduler/simple.py & scheduler/multi.py
   These files should no longer be necessary so they can be removed
   in a subsequent patch

 * exception.py cleanup
   Once the above files are removed there are a number of unused
   exceptions which can be removed

 * database calls and database tables
   The database calls have not been removed and the tables have not
   been dropped. This can be done in a separate migration

 * additional config options and nova.conf.sample
   There may be a few extra config options that can be removed and the
   conf sample can be regenerated

Implements bp delete-nova-volume

Change-Id: I0b540e54dbabd26901a7530035a38583bb521fda
2012-10-28 11:34:05 -07:00
Joe Gordon c8b15fc78c Add man pages
Add partially written manpages for:
* nova-all
* nova-api-ec2
* nova-api-metadata
* nova-api-os-compute
* nova-api-os-volume
* nova-api
* nova-cert
* nova-compute
* nova-console
* nova-consoleauth
* nova-dhcpbridge
* nova-network
* nova-novncproxy
* nova-objectstore
* nova-rootwrap
* nova-rpc-zmq-receiver
* nova-scheduler
* nova-volume-usage-audit
* nova-volume
* nova-xvpvncproxy

Change-Id: I3734831ce2f6b5d765e98b3f50fe8c1ad7965685
2012-09-17 12:00:08 -07:00
Brian Waldon f953091dfe Remove auth-related nova-manage commands
Drop support for management of deprecated auth by deleting
the following nova-manage commands:
* role *
* export *
* project/account * (except scrub and quota)
* shell export
* user *

Additionally, delete relevant documentation and tests.

Related to bp remove-deprecated-auth.

Change-Id: Iad9787f696cb55d4673d68fc60851c7f5bd25805
2012-07-05 09:16:29 -07:00
Joe Gordon f36f2f9a2c fix up nova-manage man page
Change-Id: If78542faef536b9897f771a091f096745b3ece8a
2012-03-08 17:32:33 -08:00
Lorin Hochstein be385d81fc Fix nova-manage floating create docs.
Fix RST docs that describe nova-manage floating create syntax.

Change-Id: I743a750b55b2007cc756cfd3c1b34d07c479fb5a
2012-02-24 11:24:00 -05:00
Anne Gentle 91e685e359 Fixing role names to match code 2011-05-19 12:17:55 -05:00
Ken Pepple 11b76108db added -manage vm [list|live-migration] to man page 2011-04-07 11:25:44 -07:00
Ken Pepple ce5e102d00 removed unused instance parameter from vm list ... as it is unused. added parameters to docstring for vm list. 2011-04-07 11:22:31 -07:00
Vishvananda Ishaya ec23b8e120 update manpage 2011-03-08 20:28:11 +00:00
Ken Pepple 160d575148 updated docs 2011-02-28 18:32:55 -08:00
Ken Pepple 7ad5fe2714 refactored nova-manage list (-all, <name>) and fixed docs 2011-02-28 13:16:07 -08:00
Vishvananda Ishaya 6a0512f440 update the docs to reflect db sync as well 2011-01-19 10:43:50 -08:00
Anne Gentle 908f750579 Documenting all nova-manage commands 2010-11-17 15:54:19 -06:00
Anne Gentle a777513b7c Testing man page build through conf.py 2010-11-17 14:28:09 -06:00