index
:
nova.git
shared-key-msg
OpenStack's nova patches.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge "Nail the pip requirement at 1.1."
Jenkins
2012-09-10
1
-1
/
+4
|
\
|
*
Nail the pip requirement at 1.1.
Dan Prince
2012-09-07
1
-1
/
+4
*
|
Set install_requires in setup.py.
Andrew Laski
2012-09-07
1
-1
/
+1
|
/
*
Update requires to glanceclient >=0.5.0
Vishvananda Ishaya
2012-08-29
1
-1
/
+1
*
Merge "Add lintstack error checker based on pylint"
Jenkins
2012-08-27
3
-0
/
+236
|
\
|
*
Add lintstack error checker based on pylint
Yun Mao
2012-08-24
3
-0
/
+236
*
|
Merge "Add nosehtmloutput as a test dependency."
Jenkins
2012-08-27
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add nosehtmloutput as a test dependency.
Clark Boylan
2012-08-21
1
-0
/
+1
*
|
Merge "Ensure log formats are quoted in sample conf"
Jenkins
2012-08-24
1
-0
/
+2
|
\
\
|
*
|
Ensure log formats are quoted in sample conf
Mark McLoughlin
2012-08-23
1
-0
/
+2
*
|
|
Merge "Don't include hostname and IP in generated sample conf"
Jenkins
2012-08-24
1
-6
/
+26
|
\
|
|
|
*
|
Don't include hostname and IP in generated sample conf
Mark McLoughlin
2012-08-23
1
-6
/
+26
*
|
|
Merge "Allow generate_sample.sh to be run from toplevel dir"
Jenkins
2012-08-23
3
-8
/
+17
|
\
\
\
|
*
|
|
Allow generate_sample.sh to be run from toplevel dir
Mark McLoughlin
2012-08-23
3
-8
/
+17
|
|
/
/
*
/
/
Include CommonConfigOpts options in sample config
Mark McLoughlin
2012-08-23
1
-7
/
+12
|
/
/
*
|
Fix hacking.py git checks to propagate errors
Joe Gordon
2012-08-22
1
-2
/
+7
*
|
Cleanup pip dependencies
Joe Gordon
2012-08-21
2
-2
/
+1
|
/
*
Make missing imports flag in hacking settable.
Monty Taylor
2012-08-17
1
-4
/
+5
*
update python-quantumclient dependency to >=2.0
Dan Wendlandt
2012-08-13
1
-1
/
+1
*
Rewrite image code to use python-glanceclient
Brian Waldon
2012-08-13
1
-1
/
+1
*
Add a 50 char git title limit test to hacking.
Joe Gordon
2012-08-08
1
-0
/
+4
*
Merge "Improve external lock implementation"
Jenkins
2012-08-06
2
-64
/
+0
|
\
|
*
Improve external lock implementation
Stanislaw Pitucha
2012-08-04
2
-64
/
+0
*
|
Drop AES functions and pycrypto dependency
Stanislaw Pitucha
2012-08-05
1
-1
/
+0
|
/
*
Require eventlet >= 0.9.17
Pádraig Brady
2012-08-04
1
-1
/
+1
*
Fix broken pep8 exclude processing.
Monty Taylor
2012-08-03
1
-0
/
+49
*
XenAPI: Add script to destroy cached images.
Rick Harris
2012-08-01
1
-0
/
+68
*
Replace subprocess.check_output with Popen
Chris Behrens
2012-07-26
1
-1
/
+7
*
Xen: Add race-condition troubleshooting script.
Rick Harris
2012-07-25
1
-0
/
+172
*
Add git commit message validation to hacking.py
Joe Gordon
2012-07-20
1
-1
/
+29
*
Merge "Fix venv wrapper to clean *.pyc."
Jenkins
2012-07-20
1
-1
/
+1
|
\
|
*
Fix venv wrapper to clean *.pyc.
Bhuvan Arumugam
2012-07-13
1
-1
/
+1
*
|
Fixes XenAPI driver import in vm_vdi_cleaner
Chris Behrens
2012-07-17
1
-3
/
+2
|
/
*
modify hacking.py to not choke on the def of _()
Sean Dague
2012-07-05
1
-2
/
+4
*
Correct typo in tools/hacking.py l18n -> i18n
Brian Waldon
2012-07-05
1
-2
/
+2
*
Implement nova network API for quantum API 2.0
Yong Sheng Gong
2012-07-03
1
-0
/
+1
*
Switch to common logging.
Andrew Bogott
2012-07-02
1
-1
/
+1
*
Merge "Align run_tests.py pep8 with tox."
Jenkins
2012-06-28
1
-1
/
+1
|
\
|
*
Align run_tests.py pep8 with tox.
Joe Gordon
2012-06-27
1
-1
/
+1
*
|
Merge "Use setuptools-git plugin for MANIFEST."
Jenkins
2012-06-28
1
-0
/
+1
|
\
\
|
*
|
Use setuptools-git plugin for MANIFEST.
Monty Taylor
2012-06-28
1
-0
/
+1
|
|
/
*
|
Merge "Add full test environment."
Jenkins
2012-06-28
2
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add full test environment.
Monty Taylor
2012-06-25
2
-1
/
+1
*
|
Switch to using new config parsing for vm_vdi_cleaner.py
Johannes Erdfelt
2012-06-27
1
-74
/
+45
*
|
Fix several PEP-8 issues
Sascha Peilicke
2012-06-26
1
-1
/
+1
|
/
*
Remove unknown shutdown kwarg in call to vmops._destroy
Johannes Erdfelt
2012-06-25
1
-3
/
+1
*
Refactor vm_vdi_cleaner.py connection use
Chris Behrens
2012-06-24
1
-40
/
+44
*
add nova-manage bash completion script
Dominik Heidler
2012-06-20
1
-0
/
+37
*
Replaces functions in utils.py with openstack/common/timeutils.py
Zhongyue Luo
2012-06-16
1
-2
/
+2
*
Finalize tox config.
Monty Taylor
2012-06-07
1
-2
/
+1
[prev]
[next]