5b3b3d1b357c085c2088df7d76df8392118fb82e
52 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Matthew Hooker
|
651ff37524 |
These fixes are the result of trolling the pylint violations here
https://jenkins.openstack.org/job/nova-pylint-errors/violations/ |
||
|
Soren Hansen
|
5ad921d7ae | Pass py_modules=[] to setup to avoid installing run_tests.py as a top-level module. | ||
|
Matthew Hooker
|
1fc7164eca | remove obsolete script from setup.py | ||
|
Brian Waldon
|
07646e8584 | removing compute monitor | ||
| c95aaaaefe | Make the import of distutils.extra non-mandatory in setup.py. Just print a warning that i18n commands are not available... | |||
|
Brian Waldon
|
7168812fdf | adding gettext to setup.py | ||
|
Soren Hansen
|
7285694cb8 | Add a find_data_files method to setup.py. Use it to get tools/ installed under /usr/(local/)/share/nova | ||
|
Anthony Young
|
9513458c3e | add nova-vncproxy to setup.py | ||
|
Thierry Carrez
|
912e762c9b | Also remove nova-combined from setup.py | ||
| 8b30a903a4 | PEP8 errors and remove check in authors file for nova-core, since nova-core owns the translation export branch | |||
| 6facb35c26 | Merge trunk and re-run build_i18n | |||
| 322b145dcd | Adds Distutils.Extra support, removes Babel support, which is half-baked at best. | |||
|
Thierry Carrez
|
a6ec10460b | Adding missing scripts and files to setup.py / MANIFEST.in | ||
| 3e412a5f34 | Merge Distutils.Extra changes for automating translation message catalog compilation | |||
|
Monty Taylor
|
dd7008e4ed | Fixed a pep8 spacing issue. | ||
|
Monty Taylor
|
9a3d84b29e | Adds conditional around sphinx inclusion. | ||
|
Soren Hansen
|
50ec058cc7 |
Refactor run_tests.sh to allow us to run an extra command after the tests.
Run pep8 after unit tests in run_tests.sh. Fix setup.py to be PEP-8 compliant. |
||
|
Andy Smith
|
d91229f7a3 | revert live_migration branch | ||
|
masumotok
|
41a9ad538c |
Get reviewed and fixed based on comments.
Merged latest version. |
||
|
Monty Taylor
|
00808c08c6 | Added babel/gettext build support. | ||
|
Soren Hansen
|
a29bba7e9f | s/canonical_version/canonical_version_string/g | ||
|
Soren Hansen
|
8b3925e4d4 | Less code generation. | ||
|
Todd Willey
|
13b1374897 | Track version info, and make available for logging. | ||
|
Todd Willey
|
c7305af780 | Apply logging changes as a giant patch to work around the cloudpipe delete + add issue in the original patch. | ||
|
masumotok
|
bf7bc8725f |
merge recent revision(version of 2010年12月28日)
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. |
||
|
Monty Taylor
|
c273c2b934 | Added reference in setup.py so that python setup.py test works now. | ||
|
masumotok
|
2925ca3ac3 |
rev439ベースにライブマイグレーションの機能をマージ
このバージョンはEBSなし、CPUフラグのチェックなし |
||
|
Soren Hansen
|
a7fe9d8cbc |
Add include_package_data=True to setup.py.
This makes sure the various templates get installed into the python path when running "python setup.py install". |
||
|
Soren Hansen
|
d3be61f254 | Fix typo "nova.util" -> "nova.utils" | ||
|
Soren Hansen
|
33dd63eaa0 | Merge with trunk. | ||
|
Anne Gentle
|
acf8800d73 | Adds images (only links one in), start for a nova-manage man file, and also documents all nova-manage commands. Can we merge it in even though the man page build isn't working? | ||
|
Soren Hansen
|
609c50578f | Overwrite build_sphinx, making it run once for each of the html and man builders. | ||
|
Soren Hansen
|
ff9b3b4909 | Update version to 2011.1 as that is the version we expect to release next. | ||
|
Soren Hansen
|
fb5f32be1c | Update version to 2011.1 as that is the version we expect to release next. | ||
|
Soren Hansen
|
3b695e11da |
Added a .mailmap that maps addresses in bzr to people's real, preferred
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. |
||
|
Vishvananda Ishaya
|
7c5c8bc2cf | add nova-debug to setup.py | ||
|
Soren Hansen
|
f9a780d9c6 | Update version to 2010.1 in preparation for Austin release. | ||
|
Soren Hansen
|
9abb45043c | Install nova-scheduler. | ||
|
Soren Hansen
|
ea33870fd0 | nova-api-new is no more. Don't attempt to install it. | ||
|
Soren Hansen
|
91d88bbad0 |
This improves the changelog generated as part of "setup.py sdist". If you 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
##########################################
|
||
|
Soren Hansen
|
921d9d01d7 | Better log formatter for Nova. It's just like gnuchangelog, but logs the author rather than the committer. | ||
|
Soren Hansen
|
85c81f39e0 | Fix up setup.py to match nova-rsapi -> nova-api-new rename. | ||
|
Monty Taylor
|
efc6317108 | Added ChangeLog generation | ||
|
Monty Taylor
|
49dd0c52c1 | Fixed pep8 issues in setup.py - thanks redbo. | ||
|
Monty Taylor
|
7c39435df5 | Added ChangeLog generation. | ||
|
Monty Taylor
|
10f32554c9 | Tagged 0.9.0 and bumped the version to 0.9.1 | ||
|
Monty Taylor
|
ea89153b93 | Updated setup.py file to install stuff on a python setup.py install command. | ||
|
Soren Hansen
|
56da5a45f6 |
Bump version to 0.9.0.
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". |
||
|
Todd Willey
|
c88d1f033b | update copyrights | ||
|
Vishvananda Ishaya
|
4ba6802ae5 | Removed trailing whitespace from header |