~codersquid/charms/precise/block-storage-broker/basenode-support

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Chad Smith
  • Date: 2014-02-15 00:44:04 UTC
  • Revision ID: chad.smith@canonical.com-20140215004404-kofl5frnrc1l4ibi
metadata update to avoid mentioning EBS for the time being

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
summary: Block storage broker charm which provides storage volumes from Nova
3
3
description: |
4
4
    Generic storage broker charm which brokers all interaction with storage
5
 
    services such as Nova or EBS. It attaches block storage volumes to the
 
5
    services such as Nova. It attaches block storage volumes to the
6
6
    instances designated by instance-id provided by the related charms.
7
7
    The block storage broker is intended to be the single owner of credentials
8
 
    for Nova or EBS. This charm will speak with the underlying services via the
 
8
    for Nova. This charm will speak with the underlying services via the
9
9
    configured storage service endpoint to attach new or existing volumes 
10
10
    to the cloud instance which is requesting the storage.
11
11
maintainer: Chad Smith <chad.smtih@canonical.com>