| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ajax console proxy for new create_consumer method | Chris Behrens | 2011-08-29 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | doc string cleanup | Chris Behrens | 2011-08-29 | 1 | -6/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | created nova/tests/test_rpc_common.py which contains a rpc test base class so... | Chris Behrens | 2011-08-29 | 4 | -475/+211 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | ditched rpc.create_consumer(conn) interface... instead you now do conn.create... | Chris Behrens | 2011-08-29 | 8 | -79/+52 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunk | Chris Behrens | 2011-08-29 | 35 | -30/+4535 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8 fixes | Chris Behrens | 2011-08-29 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused rpc connections in test_cloud and test_adminapi | Chris Behrens | 2011-08-28 | 2 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | carrot consumer thread fix | Chris Behrens | 2011-08-28 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | add carrot/kombu tests... small thread fix for kombu | Chris Behrens | 2011-08-28 | 7 | -101/+481 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nova/tests/test_test.py | Chris Behrens | 2011-08-28 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix nova-ajax-console-proxy | Chris Behrens | 2011-08-28 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix test_rpc and kombu stuff | Chris Behrens | 2011-08-28 | 5 | -32/+79 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | start to rework some consumer stuff | Chris Behrens | 2011-08-28 | 2 | -70/+81 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix FALGS typo | Chris Behrens | 2011-08-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Default rabbit max_retries to forever | Chris Behrens | 2011-08-27 | 4 | -28/+47 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | flag for kombu connection backoff on retries | Chris Behrens | 2011-08-26 | 2 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | more fixes | Chris Behrens | 2011-08-26 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | more work done to restore original rpc interfaces. | Chris Behrens | 2011-08-26 | 3 | -6/+306 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | start of kombu implementation, keeping the same RPC interfaces | Chris Behrens | 2011-08-26 | 3 | -13/+452 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Disassociated previously associated floating ips when calling network_api.ass... | Anthony Young | 2011-08-31 | 6 | -10/+150 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | add explicit message for NoMoreFloatingIps exception | Anthony Young | 2011-08-31 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | add test to verify 400 response when out of addresses | Anthony Young | 2011-08-30 | 2 | -4/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | fix FloatingIpAlreadyInUse to use correct string pattern, convert ApiErrors t... | Anthony Young | 2011-08-30 | 3 | -2/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | disassociate floating ips before re-associating, and prevent re-association o... | Anthony Young | 2011-08-30 | 5 | -5/+96 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | * | | | | | | | | | fix remaining tests | Vishvananda Ishaya | 2011-08-30 | 5 | -39/+40 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | pep8, fix fakes | Vishvananda Ishaya | 2011-08-30 | 5 | -7/+11 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | fix a bunch of direct usages of db in compute api | Vishvananda Ishaya | 2011-08-30 | 1 | -25/+27 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | make two functions instead of fast flag and add compute api commands instead ... | Vishvananda Ishaya | 2011-08-30 | 6 | -36/+62 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | merged trunk | Vishvananda Ishaya | 2011-08-30 | 50 | -79/+5212 | |
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | * | | | | | | | | | use db layer for aggregation | Vishvananda Ishaya | 2011-08-26 | 4 | -109/+70 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | merged trunk | Vishvananda Ishaya | 2011-08-26 | 123 | -1488/+6751 | |
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | |_|_|/ / / / / / / / / | | | | | | | | | | | | | | |/| | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | * | | | | | | | | | remove extra spaces | Anthony Young | 2011-08-22 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | some readability fixes per ja feedback | Anthony Young | 2011-08-22 | 1 | -14/+15 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | | Simple usage extension for nova. Uses db to calculate tenant_usage for speci... | Anthony Young | 2011-08-22 | 2 | -0/+457 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | | | expect key_name attribute in 1.1 | Vishvananda Ishaya | 2011-08-31 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | | | change to use _get_key_name to retrieve the key | Vishvananda Ishaya | 2011-08-31 | 1 | -11/+17 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | | | fix keypairs stubs | Vishvananda Ishaya | 2011-08-31 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | | | moved key_name per review | Vishvananda Ishaya | 2011-08-31 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | * | | | | | | | | merged trunk | Vishvananda Ishaya | 2011-08-31 | 42 | -79/+4595 | |
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | more logging info to help identify bad payloads | Sandy Walsh | 2011-08-30 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | more logging info to help identify bad payloads | Sandy Walsh | 2011-08-29 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed test_parallel_builds in the XenAPI tests due to it frequently hanging... | Brian Lamar | 2011-08-30 | 1 | -37/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this bug by removing the test. The test has no asserts and seems to be ... | Brian Lamar | 2011-08-29 | 0 | -0/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Removed test_parallel_builds | Brian Lamar | 2011-08-29 | 1 | -37/+0 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Update RequestContext so that it correctly sets self.is_admin from the roles ... | Dan Prince | 2011-08-30 | 2 | -1/+34 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Update RequestContext so that it correctly sets self.is_admin from the | Dan Prince | 2011-08-29 | 2 | -1/+34 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | | | | | | | | | | | | | | | | | * | | | | | | | | v1.0 of server create injects first users keypair | Jesse Andrews | 2011-08-26 | 3 | -3/+17 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | merge trunk | Jesse Andrews | 2011-08-26 | 152 | -1780/+8369 | |
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | | | | | | | * | | | | | | | | add key_name/data support to server stub | Jesse Andrews | 2011-08-18 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | * | | | | | | | | remove security groups, improve exception handling, add tests | Anthony Young | 2011-08-18 | 3 | -10/+38 | |
