lp://staging/~citrix-openstack/nova/diablo-release-addons
- Get this branch:
- bzr branch lp://staging/~citrix-openstack/nova/diablo-release-addons
Branch merges
Branch information
Recent revisions
- 1623. By Sateesh
-
Updated nova-manage script to accommodate additional options,
--hypervisor
--vmware_adaptertype
--vmware_ostype
These options would add to metadata of image in glance server. - 1622. By Sateesh
-
Multi hypervisor support in nova.
Added new filter to use image metadata and host capabilities.D
Depends upon AbstractScheduler (extends the BaseScheduler class)
virt drivers report host capability 'hypervisor'. - 1621. By Renuka Apte
-
OS-363: Port isolation
Bring improvements across from proposed branch iface-to-
br-cleanup, and
remove previous extensions to this script that I've decided not to upstream.Use ovs-vsctl iface-to-br to look up the bridge associated with the given VIF.
This avoids assuming that vifX.Y is attached to xenbrY, which is untrue in
the general case. - 1620. By Renuka Apte
-
OS-363: Port isolation
Bring improvements across from proposed branch shared-dom0-rules.
Allow tenant networks to be shared with domain 0.
If domain 0 has an IP address on a given bridge, then add a flow rule to
allow traffic to leave that port. This allows for the case where domain 0
and the tenant network are sharing a bridge, which is useful in non-production
environments.At the same time, simplify the interface to ovs_configure_
base_rules. py.
There is no need to pass the bridge in, because it's implicit in the selection
of the physical interface, and can be obtained using ovs-vsctl iface-to-br.Having made these two changes, it's now reasonable to apply flow rules to all
interfaces as a default (if not overridden in the sysconfig file). - 1617. By Renuka Apte
-
OS-363: Port isolation (partial)
Added changes to ovs_configure_
vif_flows. py to take separate vif, domid, and
bridge arguments. This means that this script isn't trying to infer the
bridge from the VIF index, which I think is wrong in the general case.This is another change that will need to be upstreamed in some form.
- 1616. By Renuka Apte
-
OS-363: Port isolation (partial)
Add a rule which allows traffic from dom0 in the base case.
I need to ask Rackspace why they don't need this rule, because it seems pretty
essential to me.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/nova/essex