lp://staging/~jtran/nova/import_pubkey
- Get this branch:
- bzr branch lp://staging/~jtran/nova/import_pubkey
Branch merges
- Devin Carlen (community): Approve
- termie (community): Approve
- Thierry Carrez (community): Abstain (ffe)
- Jesse Andrews: Pending requested
- John Dewey: Pending requested
-
Diff: 94 lines (+55/-0)4 files modifiednova/api/ec2/cloud.py (+23/-0)
nova/tests/public_key/dummy.fingerprint (+1/-0)
nova/tests/public_key/dummy.pub (+1/-0)
nova/tests/test_cloud.py (+30/-0)
Branch information
Recent revisions
- 791. By Cory Wright
-
This change adds the ability to boot Windows and Linux instances in XenServer using different sets of vm-params.
Images in glance should have a property set with a key of `os_type` and a value of either `windows` or `linux`. Images without `os_type` set default to `linux`.
Linux images boot para-virtualized, while Windows images boot via HVM.
- 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).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~hudson-openstack/nova/trunk