summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | api/ec2: support CreateImageIsaku Yamahata2011-06-162-0/+102
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | api/ec2/image: support block device mappingIsaku Yamahata2011-06-165-53/+282
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | db/model: add root_device_name column to instances tableIsaku Yamahata2011-06-162-0/+49
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | ec2utils: consolidate 'vol-%08x' and 'snap-%08x'Isaku Yamahata2011-06-164-18/+27
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | api/ec2: check user permission for start/stop instancesIsaku Yamahata2011-06-161-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some unit and integration tests for updating the server name via the op...Naveed Massjouni2011-07-163-1/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding unit and integration tests for updating the server name via the 1.1 api.Naveed Massjouni2011-07-153-1/+50
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beginnings of the patchmatt.dietz@rackspace.com2011-07-192-1/+14
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures a bookmark link is returned in GET /images. Before, it was only retur...Brian Waldon2011-07-152-11/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1415-293/+746
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Present ip addresses in their actual networks, not just a static public/pri...Brian Waldon2011-07-157-67/+303
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merging trunkBrian Waldon2011-07-1415-293/+746
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | exposing floating ipsBrian Waldon2011-07-142-12/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing bad mergeBrian Waldon2011-07-141-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-07-1360-470/+1825
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Bug #810149 that had an incomplete regexStephanie Reese2011-07-152-3/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1462-390/+2915
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with parentJohannes Erdfelt2011-06-2056-558/+1679
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | catching the correct exceptionTrey Morris2011-07-141-2/+2
| |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated responses for GET /images and GET /images/detail to respect the OSAPI...Alex Meade2011-07-136-200/+544
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | merged trunkAlex Meade2011-07-138-17/+92
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | / / / / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1251-333/+1690
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Removed bookmark link from non detailed image viewbuilderAlex Meade2011-07-072-11/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Added param to keep current things from breaking until we update all of the x...Alex Meade2011-07-072-11/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Dried up images XML serializationAlex Meade2011-07-071-11/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Dried up images XML serializationAlex Meade2011-07-073-46/+58