summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Restore imagebackend in test_virt_drivers.py"Jenkins2012-08-221-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Restore imagebackend in test_virt_drivers.pyArata Notsu2012-08-221-0/+2
* | | | | | | | Merge "Don't show user-data when its not sent."Jenkins2012-08-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't show user-data when its not sent.Chuck Short2012-08-221-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "xenapi: Tag nova volumes during attach_volume"Jenkins2012-08-225-18/+84
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | xenapi: Tag nova volumes during attach_volumeRenuka Apte2012-08-205-18/+84
* | | | | | | | Adds missing assertion to FloatingIP testsSulochan Acharya2012-08-221-3/+12
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge "Introduce ImagePropertiesFilter scheduler filter"Jenkins2012-08-225-214/+127
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Introduce ImagePropertiesFilter scheduler filterJim Fehlig2012-08-175-214/+127
* | | | | | | Merge "Debugged extra_specs_ops.py"Jenkins2012-08-212-2/+28
|\ \ \ \ \ \ \
| * | | | | | | Debugged extra_specs_ops.pyJinwoo 'Joseph' Suh2012-08-212-2/+28
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Add deprecated warning to SimpleScheduler"Jenkins2012-08-211-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Add deprecated warning to SimpleSchedulerJoe Gordon2012-08-211-0/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Have compute_node_get() join 'service'"Jenkins2012-08-211-9/+10
|\ \ \ \ \ \ \
| * | | | | | | Have compute_node_get() join 'service'Chris Behrens2012-08-211-9/+10
| |/ / / / / /
* | | | | | | Remove unused exceptions from nova/exception.pyJoe Gordon2012-08-211-130/+0
* | | | | | | Merge "Make glance image service check base exception classes"Jenkins2012-08-212-14/+53
|\ \ \ \ \ \ \
| * | | | | | | Make glance image service check base exception classesChris Behrens2012-08-212-14/+53
| |/ / / / / /
* | | | | | | Merge "Implements sending notification on metadata change"Jenkins2012-08-214-2/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implements sending notification on metadata changeNikhil Komawar2012-08-214-2/+30
| |/ / / / /
* | | | | | Merge "Remove stub_network flag"Jenkins2012-08-2111-40/+66
|\ \ \ \ \ \
| * | | | | | Remove stub_network flagRongze Zhu2012-08-2111-40/+66
| |/ / / / /
* | | | | | Merge "Keep the ComputeNode model updated with usage"Jenkins2012-08-2129-301/+1675
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Keep the ComputeNode model updated with usageBrian Elliott2012-08-2029-301/+1675
* | | | | | Merge "Return HTTP 422 on bad server update PUT request."Jenkins2012-08-213-2/+23
|\ \ \ \ \ \
| * | | | | | Return HTTP 422 on bad server update PUT request.Dan Prince2012-08-173-2/+23
| | |/ / / / | |/| | | |
* | | | | | Merge "Makes sure instance deletion ok with deleted data"Jenkins2012-08-213-21/+58
|\ \ \ \ \ \
| * | | | | | Makes sure instance deletion ok with deleted dataVishvananda Ishaya2012-08-173-21/+58
| |/ / / / /
* | | | | | Merge "OpenStack capitalization added to HACKING.rst"Jenkins2012-08-218-9/+9
|\ \ \ \ \ \
| * | | | | | OpenStack capitalization added to HACKING.rstJoe Gordon2012-08-178-9/+9
| |/ / / / /
* | | | | | Merge "Allow network to call get_fixed_ip_by_address."Jenkins2012-08-211-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow network to call get_fixed_ip_by_address.Dan Prince2012-08-201-0/+1
* | | | | | Add key_name attribute in XML servers APIMauro S. M. Rodrigues2012-08-201-1/+1
|/ / / / /
* | / / / Fix is_admin check via policyVishvananda Ishaya2012-08-203-4/+9
| |/ / / |/| | |
* | | | Merge "Move volume size validation to api layer."Jenkins2012-08-204-18/+67
|\ \ \ \
| * | | | Move volume size validation to api layer.Eoghan Glynn2012-08-154-18/+67
* | | | | Merge "Fix spelling typos"Jenkins2012-08-2011-18/+18
|\ \ \ \ \
| * | | | | Fix spelling typosJoe Gordon2012-08-1611-18/+18
* | | | | | Merge "Remove unused function in console api"Jenkins2012-08-201-6/+0
|\ \ \ \ \ \
| * | | | | | Remove unused function in console apiSulochan Acharya2012-08-151-6/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Refactor extra specs matching into a new module"Jenkins2012-08-202-45/+65
|\ \ \ \ \ \
| * | | | | | Refactor extra specs matching into a new moduleMark McLoughlin2012-08-172-45/+65
* | | | | | | Merge "Restore libvirt block storage connections on reboot."Jenkins2012-08-208-19/+64
|\ \ \ \ \ \ \
| * | | | | | | Restore libvirt block storage connections on reboot.Rafi Khardalian2012-08-148-19/+64
| | |_|_|_|/ / | |/| | | | |
* / | | | | | Remove hard-coded 'admin' role checking and use policy insteadunicell2012-08-195-3/+34
|/ / / / / /
* | | | | | Merge "Fix get_vnc_console race."Jenkins2012-08-172-0/+12
|\ \ \ \ \ \
| * | | | | | Fix get_vnc_console race.Russell Bryant2012-08-172-0/+12
* | | | | | | Merge "Revert to prior method of executing a libvirt hard_reboot."Jenkins2012-08-171-6/+2
|\ \ \ \ \ \ \
| * | | | | | | Revert to prior method of executing a libvirt hard_reboot.Rafi Khardalian2012-08-141-6/+2
| |/ / / / / /
* / / / / / / Fix a TypeError that occurs in _reschedule.Dan Prince2012-08-172-3/+5
|/ / / / / /