summaryrefslogtreecommitdiffstats
path: root/bin/nova-volume
Commit message (Collapse)AuthorAgeFilesLines
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix hardcoded topic strings with constants.Michael H Wilson2012-10-251-1/+3
| | | | | | | | Replace hardcoded topic strings like 'volume' or 'compute' with config constants like FLAGS.volume_topic, etc. See bug #1057831 and bug #1061628. Change-Id: I817ecc3cbe3245b51a0c047be58d17edfec8a838
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
| | | | | | I only just moved logging from nova to common, so behavior should remain the same. Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-2/+1
| | | | | | | | | | Implements blueprint cfg-global-object Replace nova.flags.FLAGS with openstack.common.cfg.CONF. In future, we can do a s/FLAGS/CONF/ across the codebase. Change-Id: Ib293873089a5399febd7a3b0410f66e9bef115f1
* Remove old flagfile support.Ghe Rivero2012-05-101-1/+1
| | | | | | | | | | | | | | | | | | | Implements blueprint remove-old-flagfile nova-manage can still be used to convert old flagfiles style files to new .ini files: $ ./bin/nova-manage config convert --help Usage: nova-manage config convert <args> [options] Options: -h, --help show this help message and exit --infile=<path> old-style flagfile to convert to config --outfile=<path> path for output file. Writes configto stdout if not specified. Change-Id: Ib8fbbd858b1db7faef70d7d97955e5042bf378f2 Signed-off-by: Ghe Rivero <ghe@debian.org>
* Merged with trunkwNachi Ueno2011-08-191-3/+3
|\
| * fix typoVishvananda Ishaya2011-08-181-1/+1
| |
| * more cleanup of binaries per reviewVishvananda Ishaya2011-08-181-3/+2
|/
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-0/+4
|
* merged from upstreamtermie2010-12-151-0/+3
|\
| * For some reason, I forgot to commit the other endpoints...jaypipes@gmail.com2010-12-141-0/+3
| |
* | add back utils.default_flagflieAndy Smith2010-12-091-0/+2
| |
* | formatting and naming cleanupAndy Smith2010-12-091-3/+1
| |
* | remove service and rename service_eventlet to serviceAndy Smith2010-12-091-3/+3
| |
* | make nova binaries use eventletAndy Smith2010-12-091-9/+6
|/
* Move default_flagfile() call to where it will be parsed in time to load the ↵Michael Gundlach2010-12-011-1/+1
| | | | flagfile
* Unify the location of the default flagfile.Soren Hansen2010-11-231-0/+2
| | | | | | | | | Not all workers called utils.default_flagfile, and nova-manage explicitly said to use the one in /etc/nova/nova-manage.conf. This made development awkward since everything but nova-manage would use defaults for everything, but nova-manage would use whatever config was in /etc/nova/nova-manage.conf which was likely put there by a package of some sort.
* merged trunkVishvananda Ishaya2010-09-071-0/+11
|\
| * Make the scripts in bin/ detect if they're being run from a bzr checkoutSoren Hansen2010-09-081-0/+11
| | | | | | | | | | or an extracted release tarball or whatever and adjust PYTHONPATH accordingly.
* | updated models a bit and removed service classesVishvananda Ishaya2010-09-021-2/+2
| |
* | instance runsVishvananda Ishaya2010-08-301-1/+1
|/
* More bin/ pep8/pylint cleanup.Eric Day2010-08-181-1/+1
|
* renamed xxxservice to serviceVishvananda Ishaya2010-07-261-2/+2
|
* renamed xxxnode to xxserviceVishvananda Ishaya2010-07-231-2/+2
|
* typo fixes and extra print statements removedVishvananda Ishaya2010-07-221-2/+2
|
* refactor daemons to use common base class in preparation for network refactorVishvananda Ishaya2010-07-211-65/+3
|
* remove all of the unused saved return values from attach_to_twistedVishvananda Ishaya2010-07-211-2/+2
|
* make nova-volume start with twisteds daemonize stuffVishvananda Ishaya2010-07-161-18/+43
|
* reorder imports spacingJesse Andrews2010-07-151-2/+0
|
* remove import of vendor since we have PPA nowJesse Andrews2010-07-151-1/+1
|
* update copyrightsTodd Willey2010-07-151-2/+0
|
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
|
* Updated licensesDevin Carlen2010-06-231-14/+19
|
* initial commitJesse Andrews2010-05-271-0/+68