Merge lp://qastaging/~midokura/nova/network-service into lp://qastaging/~ntt-pf-lab/nova/network-service

Proposed by Ryu Ishimoto
Status: Merged
Merged at revision: 771
Proposed branch: lp://qastaging/~midokura/nova/network-service
Merge into: lp://qastaging/~ntt-pf-lab/nova/network-service
Diff against target: 1242 lines (+636/-176)
17 files modified
bin/nova-net-flat-vlan-manage (+56/-0)
nova/api/ec2/cloud.py (+54/-33)
nova/api/openstack/__init__.py (+2/-5)
nova/auth/manager.py (+6/-2)
nova/compute/api.py (+8/-7)
nova/compute/manager.py (+1/-1)
nova/network/flat_vlan/__init__.py (+0/-5)
nova/network/flat_vlan/api/__init__.py (+189/-23)
nova/network/flat_vlan/api/openstack/__init__.py (+3/-32)
nova/network/flat_vlan/api/openstack/networks.py (+53/-32)
nova/network/flat_vlan/client/__init__.py (+40/-0)
nova/network/flat_vlan/client/network.py (+83/-0)
nova/network/flat_vlan/compute.py (+1/-1)
nova/network/flat_vlan/db/api.py (+10/-5)
nova/network/flat_vlan/db/sqlalchemy/models.py (+5/-0)
nova/network/service.py (+122/-27)
nova/virt/libvirt_conn.py (+3/-3)
To merge this branch: bzr merge lp://qastaging/~midokura/nova/network-service
Reviewer Review Type Date Requested Status
NTT PF Lab. Pending
Review via email: mp+56734@code.qastaging.launchpad.net

Commit message

Added network management client tool. Changed the networks REST API to be compatible with the current implementation. Made all the EC2 APIs compatible with the pluggable service.

Description of the change

Added network management client tool. Changed the networks REST API to be compatible with the current implementation. Made all the EC2 APIs compatible with the pluggable service.

To post a comment you must log in.
801. By Ryu Ishimoto

Changed the name of networks create REST API to create_with_fixed_ips since it is technically not an API to create one network resource

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to status/vote changes: