summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing nova-novncproxy to tarballsThierry Carrez2012-06-281-0/+1
* Merge "Prefix all nova binaries with 'nova-'."Jenkins2012-06-061-4/+4
|\
| * Prefix all nova binaries with 'nova-'.Dan Prince2012-06-061-4/+4
* | Add zeromq driver. Implements blueprint zeromq-rpc-driverEric Windisch2012-06-061-0/+1
|/
* Include volume-usage-audit in tarballsThierry Carrez2012-05-221-1/+3
* Generate a Changelog for NovaChuck Short2012-05-041-2/+11
* Remove nova Direct APIJoe Gordon2012-04-101-3/+1
* Remove tools/nova-debugJoe Gordon2012-03-221-2/+1
* Remove Virtual Storage Array (VSA) codeBrian Waldon2012-03-151-1/+0
* Remove broken bin/*spool* toolsJoe Gordon2012-03-141-2/+0
* setup.py: Fix doc buildingAdam Gandelman2012-03-071-1/+1
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-7/+5
* Move translations to babel locations.Monty Taylor2012-02-081-1/+0
* Get rid of distutils.extra.Monty Taylor2012-02-081-15/+1
* Remove ajaxterm from NovaThierry Carrez2012-02-071-1/+0
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-0/+1
* Implements blueprint vnc-console-cleanupAnthony Young2012-01-171-1/+2
* Add missing scripts to setup.py (lp#917676)Mark McLoughlin2012-01-171-3/+7
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-3/+0
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-1/+2
* Remove install_requires processing.Monty Taylor2012-01-041-8/+0
* 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-1/+1
* A more secure root-wrapper alternativeThierry Carrez2011-12-071-0/+1
* Merge "Remove remnants of babel i18n infrastructure"Jenkins2011-12-061-10/+0
|\
| * Remove remnants of babel i18n infrastructureMark McLoughlin2011-12-061-10/+0
* | Adding an install_requires to the setup call. Now you can pip install nova on...Ben McGraw2011-11-281-0/+9
* | Removing obsolete bzr-related clauses in setup.pyBen McGraw2011-11-281-26/+1
|/
* Separate metadata api into its own serviceVishvananda Ishaya2011-11-151-0/+3
* These fixes are the result of trolling the pylint violations hereMatthew Hooker2011-08-101-1/+0
|\
| * remove obsolete script from setup.pyMatthew Hooker2011-08-081-1/+0
* | Pass py_modules=[] to setup to avoid installing run_tests.py as a top-level m...Soren Hansen2011-08-101-1/+2
|/
* removing compute monitorBrian Waldon2011-08-021-1/+0
* Make the import of distutils.extra non-mandatory in setup.py. Just print a wa...jaypipes@gmail.com2011-04-261-7/+11
* adding gettext to setup.pyBrian Waldon2011-04-221-0/+2
* Add a find_data_files method to setup.py. Use it to get tools/ installed unde...Soren Hansen2011-04-051-0/+15
* add nova-vncproxy to setup.pyAnthony Young2011-03-291-0/+1
* Also remove nova-combined from setup.pyThierry Carrez2011-02-221-1/+0
* PEP8 errors and remove check in authors file for nova-core, since nova-core o...jaypipes@gmail.com2011-02-211-2/+4
* Merge trunk and re-run build_i18njaypipes@gmail.com2011-02-211-1/+6
|\
| * Adding missing scripts and files to setup.py / MANIFEST.inThierry Carrez2011-02-151-1/+6
* | Adds Distutils.Extra support, removes Babel support, which is half-baked at b...jaypipes@gmail.com2011-02-151-2/+11
|\ \ | |/ |/|
| * Merge Distutils.Extra changes for automating translation message catalog comp...jaypipes@gmail.com2011-02-141-2/+10
|/
* Fixed a pep8 spacing issue.Monty Taylor2011-01-271-0/+1
* 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
* revert live_migration branchAndy Smith2011-01-181-1/+0
* Get reviewed and fixed based on comments.masumotok2011-01-141-3/+25
|\
| * 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