lp://staging/~chad.smith/charms/precise/block-storage-broker/bsb-ec2-support
- Get this branch:
- bzr branch lp://staging/~chad.smith/charms/precise/block-storage-broker/bsb-ec2-support
Branch merges
- David Britton (community): Approve
- Fernando Correa Neto (community): Approve
- Chad Smith: Abstain
-
Diff: 3361 lines (+2287/-854)10 files modifiedMakefile (+1/-1)
README.md (+16/-6)
config.yaml (+6/-0)
copyright (+17/-0)
hooks/hooks.py (+24/-22)
hooks/nova_util.py (+0/-227)
hooks/test_hooks.py (+21/-20)
hooks/test_nova_util.py (+0/-578)
hooks/test_util.py (+1730/-0)
hooks/util.py (+472/-0)
Branch information
- Owner:
- Chad Smith
- Status:
- Development
Recent revisions
- 95. By Chad Smith
-
touchup README to describe reattch volume behavior and known issues with mounting volumes in separate regions
- 92. By Chad Smith
-
add simple generate_
volume_ label to return the volume label string if none was provided by the related charm. ensure util unit tests are passing volume_label into get_volume_id instead of instance_id - 91. By Chad Smith
-
persist the requested volume_label instead of the requesting instance-id in block_storage_
relation_ changed, use that label during volume_detach() - 89. By Chad Smith
-
don't use awk. use python to parse lsof output. Add unit test for lsof subprocess command failure
- 88. By Chad Smith
-
During volume creation, if we can't find instance information for the relation-
provided- instance- id, then some *guy* configured his block-storage- broker to contact a different region than the region in which he deployed. Log an appropriate error for dpb and exit(1)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)