lp:~vladimir.p/nova/volume_type_extradata
Created by
Vladimir Popovski
and last modified
- Get this branch:
- bzr branch lp:~vladimir.p/nova/volume_type_extradata
Only
Vladimir Popovski
can upload to this branch. If you are
Vladimir Popovski
please log in for upload directions.
Branch merges
Propose for merging
- Ben McGraw (community): Approve
- Dan Prince (community): Approve
- Vish Ishaya (community): Approve
-
Diff: 2042 lines (+1729/-14)16 files modifiednova/api/openstack/contrib/volumes.py (+34/-2)
nova/api/openstack/contrib/volumetypes.py (+197/-0)
nova/db/api.py (+76/-0)
nova/db/sqlalchemy/api.py (+317/-5)
nova/db/sqlalchemy/migrate_repo/versions/042_add_volume_types_and_extradata.py (+115/-0)
nova/db/sqlalchemy/migration.py (+2/-1)
nova/db/sqlalchemy/models.py (+45/-0)
nova/exception.py (+27/-0)
nova/tests/api/openstack/test_extensions.py (+1/-0)
nova/tests/api/openstack/test_volume_types.py (+171/-0)
nova/tests/api/openstack/test_volume_types_extra_specs.py (+181/-0)
nova/tests/integrated/test_volumes.py (+17/-0)
nova/tests/test_volume_types.py (+207/-0)
nova/tests/test_volume_types_extra_specs.py (+132/-0)
nova/volume/api.py (+78/-6)
nova/volume/volume_types.py (+129/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1460. By Vladimir Popovski
-
added volume metadata APIs (OS & volume layers), search volume by metadata & other
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