lp:~tpatil/nova/add-options-network-create-os-apis
Created by
Tushar Patil
and last modified
- Get this branch:
- bzr branch lp:~tpatil/nova/add-options-network-create-os-apis
Only
Tushar Patil
can upload to this branch. If you are
Tushar Patil
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Vish Ishaya (community): Approve
- Tushar Patil (community): Approve
- Brian Waldon (community): Approve
-
Diff: 1617 lines (+1069/-68)17 files modifiedbin/nova-manage (+19/-16)
nova/api/openstack/contrib/createserverext.py (+66/-0)
nova/api/openstack/create_instance_helper.py (+72/-1)
nova/compute/api.py (+34/-17)
nova/compute/manager.py (+4/-1)
nova/db/api.py (+9/-3)
nova/db/sqlalchemy/api.py (+55/-8)
nova/db/sqlalchemy/migrate_repo/versions/040_add_uuid_to_networks.py (+43/-0)
nova/db/sqlalchemy/models.py (+1/-0)
nova/exception.py (+22/-0)
nova/network/api.py (+9/-0)
nova/network/manager.py (+100/-21)
nova/tests/api/openstack/contrib/test_createserverext.py (+306/-0)
nova/tests/api/openstack/test_extensions.py (+1/-0)
nova/tests/api/openstack/test_servers.py (+183/-0)
nova/tests/test_network.py (+129/-1)
nova/utils.py (+16/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1282. By Tushar Patil
-
Merged from trunk,resolved conflicts and fixed broken unit tests due to changes in the extensions which now include ProjectMapper
- 1276. By Tushar Patil
-
Added uuid for networks and made changes to the Create server API format to accept network as uuid instead of id
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