summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added volume_types APIsvladimir.p2011-08-234-13/+170
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial cut on volume type APIsvladimir.p2011-08-225-11/+120
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added volume metadata. Fixed test_volume_types_extra_specsvladimir.p2011-08-186-3/+201
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added unittests for volume_extra_datavladimir.p2011-08-183-22/+144
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | typovladimir.p2011-08-181-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first cut on types & extra-data (only DB work, no tests)vladimir.p2011-08-185-1/+390
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changing commentBrian Waldon2011-08-251-2/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing bugBrian Waldon2011-08-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from trunkHisaharu Ishii2011-08-243-0/+172
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The notifiers API was changed to take a list of notifiers. Some people might ...Tim Simpson2011-08-243-0/+172
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from upstream.Tim Simpson2011-08-2311-6/+279
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some pep8 and pylint issues.Tim Simpson2011-08-232-3/+10
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from upstream.Tim Simpson2011-08-2338-571/+1749
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched list_notifier to log an exception each time notify is called, for ea...Tim Simpson2011-08-232-11/+12
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from upstream.Tim Simpson2011-08-2232-397/+555
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed list_notifier to call sys.exit if a notification driver could not be ...Tim Simpson2011-08-222-16/+14
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream mergeTim Simpson2011-08-2273-1432/+3476
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ability to detect import errors in list_notifier if one or more drivers...Tim Simpson2011-08-222-30/+45
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged with upstream.Tim Simpson2011-08-1631-682/+1026
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added list_notifier, a driver for the notifer api which calls a list of other...Tim Simpson2011-08-163-0/+151
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add names to placeholders of formattingHisaharu Ishii2011-08-241-19/+21
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused importsHisaharu Ishii2011-08-241-6/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from trunkHisaharu Ishii2011-08-243-6/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes iscsiadm commands to run properly.Vishvananda Ishaya2011-08-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | / / / / / / / / / / / / / / / / / / / / / / | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix iscsi adm commandVishvananda Ishaya2011-08-231-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix default hostname generator so that it won't use underscores, and use minu...Thierry Carrez2011-08-242-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's be more elegantThierry Carrez2011-08-241-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thou shalt not use underscores in hostnamesThierry Carrez2011-08-242-5/+6
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split test_modify() into specific unit testsHisaharu Ishii2011-08-241-46/+42
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from trunkHisaharu Ishii2011-08-249-43/+382
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rebuilds are functional againBrian Waldon2011-08-245-41/+275
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dict formattingBrian Waldon2011-08-241-2/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed indentationBrian Waldon2011-08-241-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding xml serialization and handling instance not foundBrian Waldon2011-08-243-0/+163
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing extraneous importsBrian Waldon2011-08-241-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Brian Waldon2011-08-241-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removing print statementBrian Waldon2011-08-231-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanupBrian Waldon2011-08-232-3/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating testsBrian Waldon2011-08-232-36/+95
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rebuilds are functional againBrian Waldon2011-08-233-6/+20
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add rainy day test to to_globalKen Pepple2011-08-242-1/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added test for bad project_id ... although it may not be usedKen Pepple2011-08-211-0/+7
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch and test for bad prefixKen Pepple2011-08-212-0/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed leftover netaddr importKen Pepple2011-08-201-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added rainy day test for ipv6 tests. fixed ipv6.to_global to trap correct exc...Ken Pepple2011-08-202-1/+7
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | similar to lp828614: add rainy day test and fix exception error catch to Addr...Ken Pepple2011-08-242-1/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch and test for bad project_idKen Pepple2011-08-212-0/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added exception catch for bad prefix and matching testKen Pepple2011-08-212-0/+9
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lp:828610Ken Pepple2011-08-202-1/+6
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added unit tests for version.pyKen Pepple2011-08-241-0/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |