lp:~blamar/nova/lp732866

Created by Brian Lamar and last modified
Get this branch:
bzr branch lp:~blamar/nova/lp732866
Only Brian Lamar can upload to this branch. If you are Brian Lamar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Brian Lamar
Project:
OpenStack Compute (nova)
Status:
Merged

Recent revisions

792. By Brian Lamar

Removed EOL whitespace in accordance with PEP-8.

791. By Brian Lamar

Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did not uncover this vulnerability due to "incorrect" FakeAuthManager. I say "incorrect" because potentially different implementations (LDAP or Database driven) of AuthManager might return different errors from `get_user_from_access_key`.

Also, removed all references to 'bacon', 'ham', 'herp', and 'derp' and replaced them with hopefully more helpful terms.

790. By Erica Windisch

Passes net variable as value of keyword argument process_input. Prior to the execvp patch, this was passed positionally.

789. By Ryan Lane

Changes the output of status in describe_volumes from showing the user as the owner of the volume to showing the project as the owner.

788. By Monsyne Dragon

Adds in multi-tenant support to openstack api.
Allows for multiple accounts (projects) with admin api for creating accounts & users.

787. By Dan Prince

Make linux_net ensure_bridge commands that add and remove ip addr's from
devices/bridges work with with the latest utils.execute method (execvp).

786. By Soren Hansen

Add a new IptablesManager that takes care of all uses of iptables.

Port all uses of iptables (in linux_net and libvirt_conn) over to use this new manager.

It wraps all uses of iptables so that each component can maintain its own set of rules without interfering with other components and/or existing system rules.

iptables-restore is an atomic interface to netfilter in the kernel. This means we can make a bunch of changes at a time, minimising the number of calls to iptables.

785. By Ken Pepple

initializing instance power state on launch to 0 (fixes EC2 API bug)

784. By Soren Hansen

Another little bit of fallout from the execvp branch.

783. By Soren Hansen

Fix a few things that were either missed in the execvp conversion or stuff that was merged after it, but wasn't updated accordingly.

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