~openstack-ubuntu-testing/charms/precise/glance/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2013-10-17 21:39:32 UTC
  • mfrom: (13.18.7 glance)
  • Revision ID: adamg@canonical.com-20131017213932-07uwux3uu2ndxmzn
MergeĀ upstreamĀ charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  ssl_key:
71
71
    type: string
72
72
    description: SSL key to use with certificate specified as ssl_cert.
 
73
  ceph-osd-replication-count:
 
74
        default: 2
 
75
        type: int
 
76
        description: |
 
77
            This value dictates the number of replicas ceph must make of any
 
78
            object it stores within the images rbd pool. Of course, this only
 
79
            applies if using Ceph as a backend store. Note that once the images
 
80
            rbd pool has been created, changing this value will not have any
 
81
            effect (although it can be changed in ceph by manually configuring
 
82
            your ceph cluster).
 
83