github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/dummy-storage/config.yaml (about)

     1  options:
     2    # Will be tokens for each storage type.
     3    single-fs-token:
     4      type: string
     5      default: ''
     6      description: Token used to prove data stored is persistent
     7    multi-fs-token:
     8      type: string
     9      default: ''
    10      description: Token used to prove data stored is persistent
    11    single-blk-token:
    12      type: string
    13      default: ''
    14      description: TBA
    15    multi-blk-token:
    16      type: string
    17      default: ''
    18      description: TBA