Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrects incorrect openstack api responses for metadata (numeric/string ↵ | Ken Pepple | 2011-04-08 | 3 | -8/+8 |
|\ | | | | | | | conversion issue) and image format status (not uppercase) | ||||
| * | merged trunk | Ken Pepple | 2011-04-06 | 40 | -67/+246 |
| |\ | |||||
| * | | removed comment on API compliance | Ken Pepple | 2011-04-06 | 1 | -1/+0 |
| | | | |||||
| * | | correct test for numeric/string metadata value conversion | Ken Pepple | 2011-04-04 | 1 | -2/+2 |
| | | | |||||
| * | | openstack api metadata responses must be strings | Ken Pepple | 2011-04-04 | 1 | -1/+2 |
| | | | |||||
| * | | openstack api requires uppercase image format status responses | Ken Pepple | 2011-04-04 | 1 | -5/+5 |
| | | | |||||
* | | | Implement a mechanism to enforce a configurable quota limit for image ↵ | Dan Prince | 2011-04-08 | 2 | -0/+51 |
|\ \ \ | | | | | | | | | | | | | metadata (properties) within the OS API image metadata controller. | ||||
| * | | | Add missing underscore. | Dan Prince | 2011-04-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge w/ trunk. | Dan Prince | 2011-04-05 | 22 | -545/+348 |
| |\ \ \ | |||||
| * | | | | Limit image metadata to the configured metadata quota for a project. | Dan Prince | 2011-03-31 | 2 | -0/+51 |
| | | | | | |||||
* | | | | | Fixes issues with describe instances due to improperly set metadata. | Vishvananda Ishaya | 2011-04-08 | 12 | -121/+122 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removes image['properties']['type'] * Uses image['container_format'] to key display of type and create ec2 ids. * Defaults to 'ami' if container_format cannot be deduced. This allows bare images to show up in describe instances and be launched even though they are not officially in 'ami' format. * Changes nova-manage register to set proper container format * Fixes tests * Fixes _do_get_kernel_and_ramdisk in openstack api to only try to get them if it is a true 'ami' * Replaces 'owner_id' with 'project_id' since that is expected by glance code * Moves the filtering scheme to base image service so all services filter the same way | ||||
| * | | | | | fix tests from moving access check into update and delete | Vishvananda Ishaya | 2011-04-07 | 2 | -5/+8 |
| | | | | | | |||||
| * | | | | | merged trunk | Vishvananda Ishaya | 2011-04-07 | 51 | -223/+569 |
| |\ \ \ \ \ | |||||
| * | | | | | | check visibility on delete and update | Vishvananda Ishaya | 2011-04-06 | 3 | -5/+9 |
| | | | | | | | |||||
| * | | | | | | pep8 | Vishvananda Ishaya | 2011-04-05 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | fallback to status if image_state is not set | Vishvananda Ishaya | 2011-04-05 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | update and fix tests | Vishvananda Ishaya | 2011-04-05 | 3 | -9/+21 |
| | | | | | | | |||||
| * | | | | | | unite the filtering done by glance client and s3 | Vishvananda Ishaya | 2011-04-05 | 6 | -80/+40 |
| | | | | | | | |||||
| * | | | | | | merged trunk | Vishvananda Ishaya | 2011-04-05 | 37 | -559/+397 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | makes sure s3 filtering works even without metadata set properly | Vishvananda Ishaya | 2011-03-31 | 1 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | review cleanup | Vishvananda Ishaya | 2011-03-30 | 2 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | remove all references to image_type and change nova-manage upload to set ↵ | Vishvananda Ishaya | 2011-03-30 | 6 | -21/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | container format more intelligently | ||||
| * | | | | | | | Key type values in ec2_api off of container format | Vishvananda Ishaya | 2011-03-30 | 1 | -13/+31 |
| | | | | | | | | |||||
* | | | | | | | | Keep guest instances when libvirt host restarts | Justin Santa Barbara | 2011-04-07 | 3 | -19/+48 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Log libvirt errcode on exception | Justin Santa Barbara | 2011-04-07 | 1 | -2/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix to correct libvirt error code when the domain is not found | Justin Santa Barbara | 2011-04-07 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Removed commented-out old 'delete instance on SHUTOFF' code | Justin Santa Barbara | 2011-04-07 | 2 | -13/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix unit test to reflect fact that instance is no longer deleted, just ↵ | Justin Santa Barbara | 2011-03-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | marked SHUTOFF | ||||
| * | | | | | | | | Narrowly focused bugfix - don't lose libvirt instances on host reboot or if ↵ | Justin Santa Barbara | 2011-03-29 | 2 | -18/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they crash | ||||
* | | | | | | | | | Added support for listing addresses of a server in the openstack api. | Naveed Massjouni | 2011-04-07 | 5 | -11/+164 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can GET * /servers/1/ips * /servers/1/ips/public * /servers/1/ips/private Supports v1.0 json and xml. Added corresponding tests. | ||||
| * | | | | | | | | | Controllers now inherit from nova.api.openstack.common.OpenstackController. | Naveed Massjouni | 2011-04-06 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-06 | 25 | -53/+184 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Added support for listing addresses of a server in the openstack api. | Naveed Massjouni | 2011-04-06 | 5 | -11/+163 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now you can GET * /servers/1/ips * /servers/1/ips/public * /servers/1/ips/private Supports v1.0 json and xml. Added corresponding tests. | ||||
* | | | | | | | | | | | This fixes how the metadata and addresses collections are serialized in xml ↵ | Naveed Massjouni | 2011-04-07 | 3 | -0/+61 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | responses. | ||||
| * | | | | | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-07 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-06 | 25 | -53/+184 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| * | | | | | | | | | Removing naughty semicolon. | Naveed Massjouni | 2011-04-05 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge from trunk | Naveed Massjouni | 2011-04-05 | 17 | -15/+63 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Fixed the addresses and metadata collections in xml responses. | Naveed Massjouni | 2011-04-05 | 3 | -0/+61 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Added corresponding tests. | ||||
* | | | | | | | | | Automatically add the metadata address to the network host. This allows ↵ | Vishvananda Ishaya | 2011-04-07 | 2 | -1/+11 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | guests to ARP for the address properly. I also uncovered an issue with moving the gateway. Apparently specifying route add 0.0.0.0 doesn't actually work, you have use route add 'default'. I also added a line to specifically delete the old gateway since it doesn't always automatically get deleted. | ||||
| * | | | | | | | | | Simplify by always adding to loopback | Vishvananda Ishaya | 2011-04-07 | 2 | -6/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | if we delete the old route when we move it we don't need to check for exists | Vishvananda Ishaya | 2011-04-06 | 2 | -6/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add automatic metadata ip to network host on start. Also fix race where gw ↵ | Vishvananda Ishaya | 2011-04-06 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is readded twice | ||||
* | | | | | | | | | | This branch is a patch for fixing below issue. | Kei Masumoto | 2011-04-07 | 2 | -12/+31 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Bug #746821: live_migration failing due to network filter not found Link a bug report | ||||
| * | | | | | | | | | | fix pep8 violation | Kei Masumoto | 2011-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fixed based on reviewer's comment - 1. erase unnecessary blank line, 2. ↵ | Kei Masumoto | 2011-04-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding LOG.debug | ||||
| * | | | | | | | | | | fix bug 746821 | Kei Masumoto | 2011-04-05 | 2 | -12/+29 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Update instances table to use instance_type_id instead of the old ↵ | Dan Prince | 2011-04-07 | 23 | -104/+261 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instance_type column which represented the name (ex: m1.small) of an instance type. This allows the various subsystems to cleanly reference instance types by their IDs instead of using the name as the key and provides a clean way to do the outer join to the instance types table in several SQL queries. Updated the instance_types module so that all methods now return instance_type dictionaries for consistency. Updated the Openstack API so that flavor ID is returned correctly. | ||||
| * | | | | | | | | | | Drop extra 'None' arg from dict.get call. | Dan Prince | 2011-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Some i18n fixes to instance_types. | Dan Prince | 2011-04-07 | 1 | -11/+11 |
| | | | | | | | | | | |