summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding bookmark to images indexBrian Waldon2011-07-142-11/+21
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds greater configuration flexibility to rate limiting via api-paste.ini. I...Kevin L. Mitchell2011-07-152-10/+194
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use assertRaises instead of try/except--stupid brain-oKevin L. Mitchell2011-07-141-25/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-up from trunk, while we're at itKevin L. Mitchell2011-07-1416-301/+781
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment on parse_limits(); expand an exception message; add unit tests; fix a...Kevin L. Mitchell2011-07-142-3/+96
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Augment rate limiting to allow greater flexibility through the api-paste.ini ...Kevin L. Mitchell2011-07-132-10/+116
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds distributed scheduler and multinic docs to the Developer Reference page.Anne Gentle2011-07-152-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add multinic doc and distributed scheduler doc to developer guide front pageAnne Gentle2011-07-132-4/+7
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Present ip addresses in their actual networks, not just a static public/pri...Brian Waldon2011-07-157-67/+303
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merging trunkBrian Waldon2011-07-1416-301/+781
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exposing floating ipsBrian Waldon2011-07-142-12/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing bad mergeBrian Waldon2011-07-141-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-07-1371-503/+1936
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating testing; simplifying instance-level codeBrian Waldon2011-07-135-19/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding test; casting instance to dict to prevent sqlalchemy errorsBrian Waldon2011-07-135-12/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly displays addresses in each network, not just public/private; adding ...Brian Waldon2011-07-047-62/+272
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the agent plugin so that it gets 'b64_contents' from the args dict ins...Dan Prince2011-07-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the agent plugin so that it gets 'b64_contents' from the args dictDan Prince2011-07-141-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Bug #810149 that had an incomplete regexStephanie Reese2011-07-153-3/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated AuthorsStephanie Reese2011-07-141-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed remove_version_from_hrefStephanie Reese2011-07-142-3/+34
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Existing Windows agent behaves differently than the Unix agents and require s...Johannes Erdfelt2011-07-151-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-07-1477-447/+3160
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with parentJohannes Erdfelt2011-06-2060-575/+1690
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add trailing LF (\n) to password for compatibility with old agentsJohannes Erdfelt2011-06-151-5/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround windows agent bugs where some responses have trailing \\r\\nJohannes Erdfelt2011-06-151-2/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | corrected catching NoNetworksDefined exception in host setup and getting netw...Trey Morris2011-07-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | catching the correct exceptionTrey Morris2011-07-141-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support to write to stdout rather than file if '-' is specified.Scott Moser2011-07-142-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add self to authorsScott Moser2011-07-141-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use 'with' so that close is called on file handleScott Moser2011-07-131-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support '-' to indicate stdout in nova-manage project 'environment' and 'zip'Scott Moser2011-07-131-4/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to nova-manage:Mike Scherbakov2011-07-131-8/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed 'nova-manage server list' -> 'nova-manage host list' to differentiate...Mike Scherbakov2011-07-121-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to nova-manage: network list now includes vlan and projectID, ad...Mike Scherbakov2011-07-021-8/+35
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated responses for GET /images and GET /images/detail to respect the OSAPI...Alex Meade2011-07-136-200/+544
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunkAlex Meade2011-07-139-17/+94
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | / / / / / / / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated some common.py functions to raise ValueErrors instead of HTTPBadRequestsAlex Meade2011-07-123-8/+31
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor cleanupAlex Meade2011-07-122-13/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated ImageXMLSerializer to serialize links in the server entityAlex Meade2011-07-122-15/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated images viewbuilder to return links in server entityAlex Meade2011-07-122-2/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated images testsAlex Meade2011-07-121-2/+72
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunkAlex Meade2011-07-1260-365/+1783
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8Alex Meade2011-07-121-6/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated remove_version_from_href to be more intelligentAlex Meade2011-07-122-2/+51
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added server entity to images that only has idAlex Meade2011-07-072-2/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated _create_link_nodes to be consistent with other create_*_nodesAlex Meade2011-07-072-5/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed name of xml_string to to_xml_stringAlex Meade2011-07-072-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temporarily moved create server node functionality into images.pyAlex Meade2011-07-073-34/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed serverRef from some tests and viewbuilderAlex Meade2011-07-072-32/+5