summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge "Use os.path.basename() instead of string splitting."Jenkins2012-01-311-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Use os.path.basename() instead of string splitting.Russell Bryant2012-01-311-1/+1
* | | | | | | | | Remove utils.runthis().Russell Bryant2012-01-312-6/+1
|/ / / / / / / /
* | | | | | | | Merge "Be more explicit about emptying connection pool."Jenkins2012-01-311-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Be more explicit about emptying connection pool.Russell Bryant2012-01-311-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge "bug 923798: On XenServer the DomU firewall driver fails with NotImplem...Jenkins2012-01-313-55/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | bug 923798: On XenServer the DomU firewall driver fails with NotImplementedErrorArmando Migliaccio2012-01-313-55/+50
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "fixes melange ipam lib"Jenkins2012-01-311-3/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fixes melange ipam libTrey Morris2012-01-311-3/+3
| |/ / / / / /
* / / / / / / Return instancesSet in TerminateInstances ec2 apiHengqing Hu2012-01-312-20/+140
|/ / / / / /
* | | / / / Implementation of new Nova Volume driver for SolidFire ISCSI SANjohn-griffith2012-01-303-3/+455
| |_|/ / / |/| | | |
* | | | | Merge "Handle kepair delete when not found"Jenkins2012-01-302-10/+19
|\ \ \ \ \
| * | | | | Handle kepair delete when not foundBrian Waldon2012-01-302-10/+19
* | | | | | Merge "Remove fetching of networks that weren't created via nova-manage"Jenkins2012-01-301-9/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove fetching of networks that weren't created via nova-manageBrad Hall2012-01-261-9/+0
* | | | | | Merge "Remove session arguments from db.api"Jenkins2012-01-301-18/+12
|\ \ \ \ \ \
| * | | | | | Remove session arguments from db.apiMark Washenberger2012-01-271-18/+12
* | | | | | | Merge "Refactor away the flags.DEFINE_* helpers"Jenkins2012-01-3076-1152/+1827
|\ \ \ \ \ \ \
| * | | | | | | Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-2876-1152/+1827
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Raise 400 if bad kepair data is provided"Jenkins2012-01-304-1/+27
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Raise 400 if bad kepair data is providedBrian Waldon2012-01-284-1/+27
| |/ / / / /
* | | | | | Merge "Add authorization checks to flavormanage extension"Jenkins2012-01-293-32/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add authorization checks to flavormanage extensionBrian Waldon2012-01-253-32/+10
* | | | | | Merge "Remove session arg from sm_backend_conf_update"Jenkins2012-01-271-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove session arg from sm_backend_conf_updateBrian Waldon2012-01-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge "Added validation of name when creating a new keypair"Jenkins2012-01-272-0/+29
|\ \ \ \ \
| * | | | | Added validation of name when creating a new keypairPhilip Knouff2012-01-272-0/+29
| |/ / / /
* / / / / Ignore case in policy role checks.Dan Prince2012-01-272-6/+14
|/ / / /
* | | | Add a note explaining why unhandled exceptions shouldn't be returnedJohannes Erdfelt2012-01-261-0/+4
* | | | uses the instance uuid in libvirt by introducing a new variable 'uuid' for th...Christian Berendt2012-01-263-0/+18
| |/ / |/| |
* | | Merge "Fixing rebuilds on libvirt, seriously."Jenkins2012-01-261-9/+9
|\ \ \
| * | | Fixing rebuilds on libvirt, seriously.Naveed Massjouni2012-01-251-9/+9
* | | | Fixes bug 914418Monsyne Dragon2012-01-261-1/+1
| |_|/ |/| |
* | | Merge changes If0c92dca,I75d8b616Jenkins2012-01-2612-10/+1007
|\ \ \
| * | | blueprint host-aggregates: OSAPI extensionsArmando Migliaccio2012-01-256-4/+618
| * | | blueprint host-aggregates: OSAPI/virt integration, via nova.compute.apiArmando Migliaccio2012-01-258-10/+393
* | | | Merge "Remove LazySerializationMiddleware."Jenkins2012-01-266-57/+2
|\ \ \ \
| * | | | Remove LazySerializationMiddleware.Dan Prince2012-01-266-57/+2
* | | | | Adding live migration server actionsmasumotok2012-01-2612-59/+323
|/ / / /
* | | | bug 921931: fix Quantum Manager VM launch race conditionDan Wendlandt2012-01-251-0/+1
* | | | Fix authorization checks for simple_usage.showAnthony Young2012-01-254-28/+26
* | | | Merge "Don't pass filter_properites to managers"Jenkins2012-01-262-1/+12
|\ \ \ \
| * | | | Don't pass filter_properites to managersChris Behrens2012-01-252-1/+12
* | | | | Merge "Simplify somewhat complicated reduce() into sum()"Jenkins2012-01-261-4/+1
|\ \ \ \ \
| * | | | | Simplify somewhat complicated reduce() into sum()Johannes Erdfelt2012-01-251-4/+1
* | | | | | Ignore connection_type when no instances existBrian Waldon2012-01-251-4/+13
|/ / / / /
* | | | | Merge "Fix uptime calculation in simple_usage"Jenkins2012-01-252-1/+4
|\ \ \ \ \
| * | | | | Fix uptime calculation in simple_usageAnthony Young2012-01-252-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge "Do not output admin_password in debug logs"Jenkins2012-01-251-1/+4
|\ \ \ \ \
| * | | | | Do not output admin_password in debug logsThierry Carrez2012-01-241-1/+4