lp:~bmcconne/nova/bugfixbranch

Created by Brad McConnell and last modified
Get this branch:
bzr branch lp:~bmcconne/nova/bugfixbranch
Only Brad McConnell can upload to this branch. If you are Brad McConnell please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brad McConnell
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

1600. By Brad McConnell <email address hidden>

added to authors cuz trey said I cant patch otherwise!

1599. By Brad McConnell <email address hidden>

Fixed --uuid network command in nova-manage to desc to "uuid" instead of "net_uuid"

1598. By Jason Kölker

Fixes migration for Mysql to drop the FK on the right table

1597. By Chris Behrens

Reverted some changes to instance_get_all_by_filters() that was added in rev 1594. An additional argument for filtering on instance uuids is not needed, as you can add 'uuid: uuid_list' into the filters dictionary. Just needed to add 'uuid' as an exact_match_filter. This restores the filtering to do a single DB query.

Also updated ID/UUID mapping code to be a little more efficient, by returning a dictionary of 'ID: UUID'... vs a list.

Fixed a test that assumed list order.

A couple of typo fixes and a pep8 issue in trunk also fixed.

1596. By <email address hidden>

Reworked the export command to be
nova-manage shell export --filename=somefile

This will output the somefile file in to the keystone-manage syntax that will then be used by a shellscript that is being proposed to keystone.

1595. By Josh Kearney

Adds the ability to automatically confirm resizes after the `resize_confirm_window` (0/disabled by default).

1594. By Jason Kölker

* Remove the foreign key and backrefs tying vif<->instance
* Update instance filtering to pass ip related filters to the network manager
* move/update tests

1593. By Vish Ishaya

Adds an optional flag to force dhcp releases on instance termination. This allows ips to be reused without having to wait for the lease to timeout.

1592. By Brian Waldon

Fixing case where OSAPI server create would return 500 on malformed body.

1591. By Vish Ishaya

Fix the issue with the new dnsmasq where it tries and fails to bind to ipv6 addresses.

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