summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds conditional around sphinx inclusion.Monty Taylor2011-01-251-11/+15
|
* Refactor run_tests.sh to allow us to run an extra command after the tests.Soren Hansen2011-01-191-8/+9
| | | | | Run pep8 after unit tests in run_tests.sh. Fix setup.py to be PEP-8 compliant.
* revert live_migration branchAndy Smith2011-01-181-1/+0
|
* Get reviewed and fixed based on comments.masumotok2011-01-141-3/+25
|\ | | | | | | | | | | Merged latest version.
| * Added babel/gettext build support.Monty Taylor2011-01-101-2/+13
| |
| * s/canonical_version/canonical_version_string/gSoren Hansen2011-01-081-1/+1
| |
| * Less code generation.Soren Hansen2011-01-071-34/+4
| |
| * Track version info, and make available for logging.Todd Willey2011-01-061-0/+39
| |
| * Apply logging changes as a giant patch to work around the cloudpipe delete + ↵Todd Willey2011-01-041-0/+2
| | | | | | | | add issue in the original patch.
* | merge recent revision(version of 2010/12/28)masumotok2010-12-311-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | Change: 1. Use greenthread instead of defer at nova.virt.libvirt_conn.live_migration. 2. Move nova.scheduler.manager.live_migration to nova.scheduler.driver 3. Move nova.scheduler.manager.has_enough_resource to nova.scheduler.driver 4. Any check routine in nova-manage.instance.live_migration is moved to nova.scheduler.driver.schedule_live_migration.
| * Added reference in setup.py so that python setup.py test works now.Monty Taylor2010-12-231-0/+1
| |
* | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-071-2/+3
|/ | | | | このバージョンはEBSなし、CPUフラグのチェックなし
* Add include_package_data=True to setup.py.Soren Hansen2010-11-291-0/+1
| | | This makes sure the various templates get installed into the python path when running "python setup.py install".
* Fix typo "nova.util" -> "nova.utils"Soren Hansen2010-11-241-1/+1
|
* Merge with trunk.Soren Hansen2010-11-221-3/+13
|\
| * Adds images (only links one in), start for a nova-manage man file, and also ↵Anne Gentle2010-11-191-1/+10
| |\ | | | | | | | | | documents all nova-manage commands. Can we merge it in even though the man page build isn't working?
| | * Overwrite build_sphinx, making it run once for each of the html and man ↵Soren Hansen2010-11-181-1/+10
| | | | | | | | | | | | builders.
| * | Update version to 2011.1 as that is the version we expect to release next.Soren Hansen2010-11-171-1/+1
| |\ \
| | * | Update version to 2011.1 as that is the version we expect to release next.Soren Hansen2010-11-171-1/+1
| | |/
| * | add nova-debug to setup.pyVishvananda Ishaya2010-10-251-1/+2
| |/
* | Added a .mailmap that maps addresses in bzr to people's real, preferredSoren Hansen2010-11-111-4/+6
|/ | | | | | | | | | | | | | | e-mail addresses. (I made a few guesses along the way, feel free to adjust according to what is actually the preferred e-mail) Added a couple of methods to nova.utils to parse said .mailmap and do the appropriate (though highly naïve) replacement. Apply mailmap replacement in changelog generation in setup.py. Add a unit test that checks everyone is properly listed in Authors. Add sleepsonthefloor to Authors. If anyone knows the real name, please add it.
* Update version to 2010.1 in preparation for Austin release.Soren Hansen2010-10-191-1/+1
|
* Install nova-scheduler.Soren Hansen2010-09-241-0/+1
|
* nova-api-new is no more. Don't attempt to install it.Soren Hansen2010-09-241-1/+0
|
* This improves the changelog generated as part of "setup.py sdist". If you ↵Soren Hansen2010-09-011-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | look at it now, it says that Tarmac has done everything and every little commit is listed. With this patch, it only logs the "top-most" commit and credits the author rather than the committer. Example from the current output format (from current trunk): ########################################## 2010-08-31 Tarmac         Adjust setup.py to match nova-rsapi -> nova-api-new rename. 2010-08-31 Soren Hansen <soren.hansen@rackspace.com>         Fix up setup.py to match nova-rsapi -> nova-api-new rename. 2010-08-30 Tarmac         Reconnect to libvirt on broken connection. 2010-08-30 Soren Hansen <soren.hansen@rackspace.com>         Detect if libvirt connection has been broken and reestablish it. 2010-08-30 Tarmac         pylint fixes for /nova/virt/connection.py 2010-08-30 jaypipes@gmail.com         Merge trunk and resolve conflicts ########################################## With this patch, this is reduced to: ########################################## 2010-08-31 Soren Hansen <soren.hansen@rackspace.com>         Adjust setup.py to match nova-rsapi -> nova-api-new rename. 2010-08-30 Soren Hansen <soren.hansen@rackspace.com>         Reconnect to libvirt on broken connection. 2010-08-30 jaypipes@gmail.com         pylint fixes for /nova/virt/connection.py ##########################################
| * Better log formatter for Nova. It's just like gnuchangelog, but logs the ↵Soren Hansen2010-08-311-2/+4
| | | | | | | | author rather than the committer.
* | Fix up setup.py to match nova-rsapi -> nova-api-new rename.Soren Hansen2010-08-311-1/+1
|/
* Added ChangeLog generationMonty Taylor2010-07-291-4/+21
|\
| * Fixed pep8 issues in setup.py - thanks redbo.Monty Taylor2010-07-281-7/+6
| |
| * Added ChangeLog generation.Monty Taylor2010-07-281-0/+18
| |
* | Tagged 0.9.0 and bumped the version to 0.9.1Monty Taylor2010-07-281-1/+1
|/
* Updated setup.py file to install stuff on a python setup.py install command.Monty Taylor2010-07-271-7/+12
|
* Bump version to 0.9.0.Soren Hansen2010-07-271-6/+5
| | | | | | Change author to "OpenStack". Change author_email to nova@lists.launchpad.net. Change url to http://www.openstack.org/. Change description to "cloud computing fabric controller".
* update copyrightsTodd Willey2010-07-151-2/+0
|
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
|
* Updated licensesDevin Carlen2010-06-231-13/+18
|
* initial commitJesse Andrews2010-05-271-0/+32