lp:~cerberus/nova/lp813006

Created by Matt Dietz and last modified
Get this branch:
bzr branch lp:~cerberus/nova/lp813006
Only Matt Dietz can upload to this branch. If you are Matt Dietz please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Matt Dietz
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1286. By Matt Dietz

Some broken tests from my other merge

1285. By Matt Dietz

Merge from trunk

1284. By Matt Dietz

Fixes lp813006 - inconsistent DB API naming

1283. By Isaku Yamahata

This change adds the basic boot-from-volume support to the image service.

Specifically following API will supports --block-device-mapping with volume/snapshot and root device name

- register image

- describe image

- create image(newly support)

At the moment swap and ephemeral aren't supported yet. They will be supported with the next step

Next step

- describe instance attribute with euca command

- get metadata for bundle volume

- swap/ephemeral device support

1282. By Dan Prince

Updates to the XenServer agent plugin to fix file injection:

  -Update _agent_has_method so that it parses the features 'message' from nova-agent correctly. (it was trying to call .split on a dict).
  -Rip out the agent_has_method caching functionality which just plain wasn't working (with XenServer 5.6 SP2).
  -Pass the arg_dict to _agent_has_method. This fixes an issue where a subsequent call to xenstore.write_record didn't get the 'dom_id' (KeyError).
  -Fix a string formatting issue in inject_file in creating the b64 data.

1281. By Naveed Massjouni

Added some unit and integration tests for updating the server name via the openstack api.

1280. By Brian Waldon

Ensures a bookmark link is returned in GET /images. Before, it was only returned in GET /images/detail

1279. By Kevin L. Mitchell

Adds greater configuration flexibility to rate limiting via api-paste.ini. In particular:

* "limits" relation provides a string representation of desired default limits in the form:

  - '(VERB, URI, REGEX, VALUE, UNIT); (VERB, URI, REGEX, VALUE, UNIT)'[...]

    + VALUE must be an integer, and UNIT must be one of SECOND, MINUTE, HOUR, DAY (case insensitive)

    + Empty string is also a valid value

* "user:<username>" relations specify limits in the same format, but per user.

* "limiter" relation can specify an alternate class to use in place of Limiter.

  - This makes it easier to use WsgiLimiterProxy if desired

(All these relations are specified in the '[filter:ratelimit]' section.)

1278. By Anne Gentle

Adds distributed scheduler and multinic docs to the Developer Reference page.

1277. By Brian Waldon

- Present ip addresses in their actual networks, not just a static public/private
- Floating ip addresses are grouped into the networks with their associated fixed ips
- Add addresses attribute to server entities

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/nova/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers