lp://staging/~justin-fathomdb/nova/justinsb-metadata3
Created by
justinsb
and last modified
- Get this branch:
- bzr branch lp://staging/~justin-fathomdb/nova/justinsb-metadata3
Branch merges
Propose for merging
No branches
dependent on this one.
- Jay Pipes (community): Approve
- Todd Willey (community): Approve
- Eric Day: Pending requested
- Dan Prince: Pending requested
-
Diff: 410 lines (+195/-11)9 files modifiednova/api/openstack/servers.py (+22/-5)
nova/compute/api.py (+26/-1)
nova/db/sqlalchemy/api.py (+2/-0)
nova/db/sqlalchemy/migrate_repo/versions/005_add_instance_metadata.py (+78/-0)
nova/db/sqlalchemy/models.py (+17/-1)
nova/quota.py (+13/-1)
nova/tests/api/openstack/test_servers.py (+9/-2)
nova/tests/test_quota.py (+25/-0)
run_tests.sh (+3/-1)
Branch information
Recent revisions
- 702. By justinsb
-
Changed unit test to refer to compute API, per Todd's suggestion.
Avoids needing to extend our implementation of the EC2 API. - 698. By justinsb
-
Initial support for per-instance metadata, though the OpenStack API. Key/value pairs can be specified at instance creation time and are returned in the details view. Support limits based on quota system.
- 697. By Soren Hansen
-
Add **kwargs to VlanManager's create_networks so that optional args from other managers don't break.
- 696. By Sandy Walsh
-
Added http://
mynova/ v1.0/zones/ api options for add/remove/ update/ delete zones. child_zones table added to database and migration. Changed novarc vars from CLOUD_SERVERS_* to NOVA_* to work with novatools. See python-novatools on github for help testing this.
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