lp:~soren/nova/ec2-security-groups
Created by
Soren Hansen
on
2010-09-07
and last modified on
2010-10-12
- Get this branch:
- bzr branch lp:~soren/nova/ec2-security-groups
Only
Soren Hansen
can upload to this branch. If you are
Soren Hansen
please log in for upload directions.
Branch merges
- Michael Gundlach (community): Approve on 2010-10-11
- Jay Pipes (community): Approve on 2010-10-08
-
Diff: 1687 lines (+1134/-43)20 files modifiednova/api/ec2/__init__.py (+2/-0)
nova/api/ec2/cloud.py (+225/-11)
nova/auth/manager.py (+2/-0)
nova/compute/manager.py (+5/-0)
nova/db/api.py (+70/-0)
nova/db/sqlalchemy/api.py (+186/-2)
nova/db/sqlalchemy/models.py (+60/-4)
nova/db/sqlalchemy/session.py (+5/-4)
nova/exception.py (+3/-0)
nova/network/manager.py (+0/-1)
nova/process.py (+1/-1)
nova/test.py (+2/-0)
nova/tests/api_unittest.py (+185/-3)
nova/tests/objectstore_unittest.py (+1/-1)
nova/tests/virt_unittest.py (+172/-12)
nova/virt/interfaces.template (+0/-1)
nova/virt/libvirt.qemu.xml.template (+4/-0)
nova/virt/libvirt.uml.xml.template (+4/-0)
nova/virt/libvirt_conn.py (+206/-3)
run_tests.py (+1/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 312. By Soren Hansen on 2010-10-01
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

