summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged trunk.Brian Lamar2011-08-253-1/+192
|\
| * Once a network is associated with project, I can’t delete this network with...Hisaharu Ishii2011-08-252-0/+187
| |\
| | * Add comments for associate/dissociate logicHisaharu Ishii2011-08-241-0/+4
| | * Merged from trunkHisaharu Ishii2011-08-244-0/+173
| | |\
| | * | 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
| | |\ \
| | * | | split test_modify() into specific unit testsHisaharu Ishii2011-08-241-46/+42
| | * | | Merged from trunkHisaharu Ishii2011-08-249-43/+382
| | |\ \ \
| | * | | | Fix flag override in unit testHisaharu Ishii2011-08-241-1/+1
| | * | | | Fix pep8Hisaharu Ishii2011-08-231-1/+0
| | * | | | Merged from trunkHisaharu Ishii2011-08-2365-735/+1397
| | |\ \ \ \
| | * | | | | Stub out the DB in unit test.Hisaharu Ishii2011-08-234-104/+113
| | * | | | | Merge latest lp:~tpatil/nova/add-options-network-create-os-apis and resolve t...Hisaharu Ishii2011-08-2248-715/+1913
| | |\ \ \ \ \
| | * | | | | | Change parameters of 'nova-manage network modify'.Hisaharu Ishii2011-08-222-29/+32
| | * | | | | | Merge latest lp:~tpatil/nova/add-options-network-create-os-apisHisaharu Ishii2011-08-2278-1175/+1755
| | |\ \ \ \ \ \
| | * | | | | | | Fix pep8Hisaharu Ishii2011-08-223-4/+10
| | * | | | | | | delete debug code.Hisaharu Ishii2011-08-221-1/+0
| | * | | | | | | Add 'nova-manage network modify' command.Hisaharu Ishii2011-08-224-11/+106
| | * | | | | | | Fix unit test for the change of 'nova-manage network list' formatHisaharu Ishii2011-08-191-19/+23
| | * | | | | | | Merge lp:~tpatil/nova/add-options-network-create-os-apisHisaharu Ishii2011-08-1871-1123/+5032
| | |\ \ \ \ \ \ \
| | * | | | | | | | Add NetworkCommandsTestCase into unit test of nova-manageHisaharu Ishii2011-08-171-0/+73
| * | | | | | | | | Update paste config so that EC2 admin API defaults to noauth.Dan Prince2011-08-251-1/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Update paste config so that EC2 admin API defaults to noauth.Dan Prince2011-08-231-1/+5
| | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Another attempt at fixing hanging test.Brian Lamar2011-08-252-2/+2
* | | | | | | | | stub_instance fix from merge conflictBrian Lamar2011-08-241-3/+4
* | | | | | | | | Added fix for parallel build test.Brian Lamar2011-08-242-1/+3
* | | | | | | | | Fixed silly ordering issue which was causing tons of test failures.Brian Lamar2011-08-241-3/+3
* | | | | | | | | merged trunkBrian Lamar2011-08-245-1/+174
|\| | | | | | | |
| * | | | | | | | The notifiers API was changed to take a list of notifiers. Some people might ...Tim Simpson2011-08-244-0/+173
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Merged from upstream.Tim Simpson2011-08-2319-6/+289
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fixed some pep8 and pylint issues.Tim Simpson2011-08-232-3/+10
| | * | | | | | | | Merged from upstream.Tim Simpson2011-08-2358-821/+2171
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | 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-2294-1547/+3712
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Added ability to detect import errors in list_notifier if one or more drivers...Tim Simpson2011-08-223-30/+46
| | * | | | | | | | | | | Merged with upstream.Tim Simpson2011-08-1638-691/+1065
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Added list_notifier, a driver for the notifer api which calls a list of other...Tim Simpson2011-08-163-0/+151
| * | | | | | | | | | | | | Fixes iscsiadm commands to run properly.Vishvananda Ishaya2011-08-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | fix iscsi adm commandVishvananda Ishaya2011-08-231-1/+1
* | | | | | | | | | | | | | | Added DELETED status to OSAPI just in case.Brian Lamar2011-08-241-0/+3
* | | | | | | | | | | | | | | Fixed issue where we were setting the state to DELETED before it's actually d...Brian Lamar2011-08-241-3/+3
* | | | | | | | | | | | | | | Merged trunk and fixed conflicts.Brian Lamar2011-08-2410-47/+387
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | - rebuilds are functional againBrian Waldon2011-08-245-41/+275
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | dict formattingBrian Waldon2011-08-241-2/+4