lp://staging/~jason-koelker/nova/lp819477
Created by
Jason Kölker
and last modified
- Get this branch:
- bzr branch lp://staging/~jason-koelker/nova/lp819477
Only
Jason Kölker
can upload to this branch. If you are
Jason Kölker
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/~hudson-openstack/nova/trunk
- Dan Prince (community): Needs Fixing
- Thierry Carrez (community): Abstain (ffe)
- Rick Harris (community): Approve
- Trey Morris (community): Approve
- Devin Carlen (community): Approve
- Matt Dietz (community): Approve
-
Diff: 2911 lines (+1321/-496)21 files modifiedbin/nova-manage (+136/-33)
nova/api/ec2/cloud.py (+2/-5)
nova/api/openstack/views/addresses.py (+1/-1)
nova/auth/manager.py (+25/-4)
nova/db/api.py (+59/-13)
nova/db/sqlalchemy/api.py (+145/-68)
nova/db/sqlalchemy/custom_types.py (+46/-0)
nova/db/sqlalchemy/migrate_repo/versions/045_split_networks.py (+128/-0)
nova/db/sqlalchemy/migrate_repo/versions/046_fk_fixed_ips_subnet_id.py (+57/-0)
nova/db/sqlalchemy/migrate_repo/versions/046_sqlite_downgrade.sql (+52/-0)
nova/db/sqlalchemy/migrate_repo/versions/046_sqlite_upgrade.sql (+52/-0)
nova/db/sqlalchemy/models.py (+35/-33)
nova/exception.py (+18/-5)
nova/network/api.py (+8/-4)
nova/network/linux_net.py (+34/-31)
nova/network/manager.py (+344/-186)
nova/tests/__init__.py (+1/-1)
nova/tests/api/openstack/contrib/test_floating_ips.py (+14/-5)
nova/tests/api/openstack/test_servers.py (+1/-1)
nova/tests/test_network.py (+135/-82)
nova/tests/test_nova_manage.py (+28/-24)
Related bugs
Bug #819477: In FlatNetwork mode you can't have multiple networks per bridge | Wishlist | Won't Fix |
Related blueprints
Branch information
Recent revisions
- 1482. By Jason Kölker
-
if a vpn_public_port is generated and cpn_public_address is not specified, default to the FLAG value
- 1481. By Jason Kölker
-
VPN data should only be generated on v4 networks, since none of the VPN/VLAN stuff sets v6 up for it
- 1476. By Jason Kölker
-
generate project vpn data from the first subnet of the first network (generally it doesn't make sense to have the vlan manager and multiple subnets per network, so this *should* be safe)
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