summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Merge "fix N401 errors, stop ignoring all N4* errors"Jenkins2013-01-0936-119/+116
|\
| * fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-0736-119/+116
* | Merge "Fix baremetal VIFDriver"Jenkins2013-01-081-2/+1
|\ \
| * | Fix baremetal VIFDriverDevananda van der Veen2013-01-081-2/+1
* | | Merge "Remove unused osapi_path option"Jenkins2013-01-081-3/+0
|\ \ \
| * | | Remove unused osapi_path optionMark McLoughlin2013-01-081-3/+0
* | | | Merge "Add api extension to get and reset password"Jenkins2013-01-0813-0/+282
|\ \ \ \
| * | | | Add api extension to get and reset passwordVishvananda Ishaya2013-01-0713-0/+282
* | | | | Merge "Refresh instance metadata in-place"Jenkins2013-01-082-5/+31
|\ \ \ \ \
| * | | | | Refresh instance metadata in-placeDan Smith2013-01-082-5/+31
* | | | | | Merge "Add exception handler for previous deleted flavor."Jenkins2013-01-083-1/+43
|\ \ \ \ \ \
| * | | | | | Add exception handler for previous deleted flavor.Ken'ichi Ohmichi2013-01-083-1/+43
* | | | | | | Merge "Support cinderclient http retries."Jenkins2013-01-082-4/+19
|\ \ \ \ \ \ \
| * | | | | | | Support cinderclient http retries.Cory Stone2013-01-072-4/+19
| |/ / / / / /
* | | | | | | Merge "Conductor instance_get_all replaces _by_filters"Jenkins2013-01-085-10/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Conductor instance_get_all replaces _by_filtersDan Prince2013-01-075-10/+21
| |/ / / / /
* | | | | | Merge "CLI for bare-metal database sync."Jenkins2013-01-081-0/+49
|\ \ \ \ \ \
| * | | | | | CLI for bare-metal database sync.Mikyung Kang2013-01-081-0/+49
| | |_|/ / / | |/| | | |
* | | | | | Merge "powervm: Implement snapshot for local volumes"Jenkins2013-01-086-14/+296
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | powervm: Implement snapshot for local volumesLance Bragstad2013-01-076-14/+296
| | |/ / / | |/| | |
* | | | | Merge "Add two tests for resize action in ServerActionsControllerTest."Jenkins2013-01-081-1/+24
|\ \ \ \ \
| * | | | | Add two tests for resize action in ServerActionsControllerTest.Xiangyang Chu2013-01-051-1/+24
* | | | | | Merge "Sync rpc and notifier from oslo-incubator."Jenkins2013-01-0810-87/+270
|\ \ \ \ \ \
| * | | | | | Sync rpc and notifier from oslo-incubator.Russell Bryant2013-01-0710-87/+270
* | | | | | | Merge "Added sample tests to QuotaClasses API."Jenkins2013-01-087-1/+115
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Added sample tests to QuotaClasses API.Giampaolo Lauria2013-01-077-1/+115
| | |_|/ / / | |/| | | |
* | | | | | Merge "NovaBase.delete() rename to NovaBase.soft_delete()"Jenkins2013-01-083-12/+12
|\ \ \ \ \ \
| * | | | | | NovaBase.delete() rename to NovaBase.soft_delete()Boris Pavlovic2013-01-063-12/+12
* | | | | | | Merge "Invert test stream capture logic for debugging."Jenkins2013-01-081-6/+12
|\ \ \ \ \ \ \
| * | | | | | | Invert test stream capture logic for debugging.Clark Boylan2013-01-071-6/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Add helper methods to nova.paths"Jenkins2013-01-0815-37/+65
|\ \ \ \ \ \ \
| * | | | | | | Add helper methods to nova.pathsMark McLoughlin2013-01-0415-37/+65
* | | | | | | | Merge "Move global path opts in nova.paths"Jenkins2013-01-0816-28/+53
|\| | | | | | |
| * | | | | | | Move global path opts in nova.pathsMark McLoughlin2013-01-0416-28/+53
* | | | | | | | Merge "Remove unused aws access key opts"Jenkins2013-01-081-6/+0
|\| | | | | | |
| * | | | | | | Remove unused aws access key optsMark McLoughlin2013-01-041-6/+0
* | | | | | | | Merge "Get instances from conductor in init_host."Jenkins2013-01-088-7/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | Get instances from conductor in init_host.Russell Bryant2013-01-078-7/+64
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "config_drive is missing in xml deserializer"Jenkins2013-01-082-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | config_drive is missing in xml deserializerhill2013-01-062-0/+22
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge "Add NoopQuotaDriver"Jenkins2013-01-082-1/+249
|\ \ \ \ \ \ \ \
| * | | | | | | | Add NoopQuotaDriverChris Behrens2013-01-072-1/+249
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Check admin context in bm_interface_get_all()"Jenkins2013-01-081-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Check admin context in bm_interface_get_all()Arata Notsu2013-01-071-0/+1
* | | | | | | | | Convert short doc strings to be on one lineDevananda van der Veen2013-01-085-15/+5
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "Add test for resize server in ComputeAPITestCase."Jenkins2013-01-071-1/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test for resize server in ComputeAPITestCase.Xiangyang Chu2013-01-051-1/+20
* | | | | | | | | Merge "Remove the global DATA"Jenkins2013-01-071-32/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove the global DATAYunhong, Jiang2013-01-051-32/+14
* | | | | | | | | | Merge "Add compute build/resize errors to instance faults"Jenkins2013-01-072-25/+44
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |