| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | | | | | | | | | Update OSAPI v1.1 /flavors, /flavors/detail, and /flavors/<id> to return corr... | Brian Waldon | 2011-07-21 | 1 | -4/+51 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | adding flavors xml serialization | Brian Waldon | 2011-07-20 | 1 | -4/+51 | |
| | | | | |/ / / / / / / / / / / | ||||||
| | | * | | | / / / / / / / / / | Perform fault wrapping in the openstack WSGI controller. This allows | Dan Prince | 2011-07-21 | 14 | -101/+89 | |
| | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | fixed another issue with invalid flavor_id parsing, and added tests | William Wolf | 2011-07-21 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | pep8 issue | William Wolf | 2011-07-21 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | merge with trunk | William Wolf | 2011-07-21 | 31 | -350/+1431 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | - Add 'fixed_ipv6' property to VirtualInterface model | Brian Waldon | 2011-07-21 | 1 | -4/+22 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | respecting use_ipv6 flag if set to False | Brian Waldon | 2011-07-19 | 1 | -3/+7 | |
| | | | * | | | | | | | | | | | adding fixed_ipv6 property to VirtualInterface model; exposing ipv6 in api | Brian Waldon | 2011-07-18 | 1 | -4/+18 | |
| | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Set the status_int on fault wrapped exceptions. Fixes WSGI logging issues whe... | Dan Prince | 2011-07-20 | 5 | -31/+32 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | Set the status_int on fault wrapped exceptions. Fixes WSGI logging issues | Dan Prince | 2011-07-20 | 5 | -31/+32 | |
| | | | | |_|_|_|/ / / / / | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | | This change adds the basic boot-from-volume support to the image service. | Isaku Yamahata | 2011-07-18 | 3 | -36/+340 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | | merge with trunk | Isaku Yamahata | 2011-07-08 | 14 | -121/+708 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | | merge with trunk | Isaku Yamahata | 2011-06-27 | 6 | -34/+182 | |
| | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | ec2/cloud: typo | Isaku Yamahata | 2011-06-24 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | ec2/cloud: address review. | Isaku Yamahata | 2011-06-23 | 1 | -3/+8 | |
| | | | * | | | | | | | | | | ec2: bundle block device mapping | Isaku Yamahata | 2011-06-23 | 1 | -10/+15 | |
| | | | * | | | | | | | | | | ec2utils: introduce helper function to prepend '/dev/' in mappings | Isaku Yamahata | 2011-06-23 | 1 | -0/+10 | |
| | | | * | | | | | | | | | | api/ec2: make CreateImage pass unit tests | Isaku Yamahata | 2011-06-22 | 1 | -6/+6 | |
| | | | * | | | | | | | | | | api/ec2/image: make block device mapping pass unit tests. | Isaku Yamahata | 2011-06-22 | 1 | -7/+23 | |
| | | | * | | | | | | | | | | merge with trunk | Isaku Yamahata | 2011-06-22 | 11 | -51/+72 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | ec2/cloud.py: fix mismerge | Isaku Yamahata | 2011-06-16 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | api/ec2: support CreateImage | Isaku Yamahata | 2011-06-16 | 2 | -0/+102 | |
| | | | * | | | | | | | | | | | api/ec2/image: support block device mapping | Isaku Yamahata | 2011-06-16 | 2 | -27/+181 | |
| | | | * | | | | | | | | | | | ec2utils: consolidate 'vol-%08x' and 'snap-%08x' | Isaku Yamahata | 2011-06-16 | 3 | -10/+19 | |
| | | | * | | | | | | | | | | | api/ec2: check user permission for start/stop instances | Isaku Yamahata | 2011-06-16 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | added FlavorRef exception handling on create instance | William Wolf | 2011-06-30 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | Reverted volume driver part | vladimir.p | 2011-07-22 | 3 | -73/+78 | |
| * | | | | | | | | | | | | | | localization changes. Removed vsa params from volume cloud API. Alex changes | vladimir.p | 2011-07-18 | 1 | -17/+2 | |
| * | | | | | | | | | | | | | | merged with 1280 | vladimir.p | 2011-07-15 | 1 | -7/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Ensures a bookmark link is returned in GET /images. Before, it was only retur... | Brian Waldon | 2011-07-15 | 1 | -7/+11 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | adding bookmark to images index | Brian Waldon | 2011-07-14 | 1 | -7/+11 | |
| | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | ||||||
| * | / | | | | | | | | | | | VSA: first cut. merged with 1279 | vladimir.p | 2011-07-15 | 5 | -8/+775 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Adds greater configuration flexibility to rate limiting via api-paste.ini. I... | Kevin L. Mitchell | 2011-07-15 | 1 | -5/+103 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | pull-up from trunk, while we're at it | Kevin L. Mitchell | 2011-07-14 | 4 | -49/+130 | |
| | |\| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Comment on parse_limits(); expand an exception message; add unit tests; fix a... | Kevin L. Mitchell | 2011-07-14 | 1 | -3/+15 | |
| | * | | | | | | | | | | | Augment rate limiting to allow greater flexibility through the api-paste.ini ... | Kevin L. Mitchell | 2011-07-13 | 1 | -5/+91 | |
| | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | - Present ip addresses in their actual networks, not just a static public/pri... | Brian Waldon | 2011-07-15 | 5 | -46/+123 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | merging trunk | Brian Waldon | 2011-07-14 | 4 | -49/+130 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | exposing floating ips | Brian Waldon | 2011-07-14 | 1 | -10/+12 | |
| | * | | | | | | | | | | | fixing bad merge | Brian Waldon | 2011-07-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | merging trunk | Brian Waldon | 2011-07-13 | 25 | -161/+524 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | updating testing; simplifying instance-level code | Brian Waldon | 2011-07-13 | 3 | -9/+2 | |
| | * | | | | | | | | | | | adding test; casting instance to dict to prevent sqlalchemy errors | Brian Waldon | 2011-07-13 | 3 | -12/+8 | |
| | * | | | | | | | | | | | properly displays addresses in each network, not just public/private; adding ... | Brian Waldon | 2011-07-04 | 5 | -43/+129 | |
| | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Fixed remove_version_from_href | Stephanie Reese | 2011-07-14 | 1 | -3/+10 | |
| | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Updated some common.py functions to raise ValueErrors instead of HTTPBadRequests | Alex Meade | 2011-07-12 | 1 | -6/+7 | |
| * | | | | | | | | | | minor cleanup | Alex Meade | 2011-07-12 | 1 | -1/+3 | |
| * | | | | | | | | | | Updated ImageXMLSerializer to serialize links in the server entity | Alex Meade | 2011-07-12 | 1 | -5/+4 | |
| * | | | | | | | | | | Updated images viewbuilder to return links in server entity | Alex Meade | 2011-07-12 | 1 | -0/+10 | |
