~ec0/charms/trusty/glance-sync-slave/layer-metadata-fixes

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Alvaro Uría
  • Date: 2017-02-22 18:04:08 UTC
  • Revision ID: alvaro.uria@canonical.com-20170222180408-uly9cet83ewmmn2d
added extra params to config.yaml and reactive logic (config-changed not calling @when)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        default: /srv/glance_sync_slave/logs
25
25
        description: directory to store sync logfiles
26
26
        type: string
 
27
    master_password:
 
28
        default: ''
 
29
        description: auth password against glance master service
 
30
        type: string
 
31
    master_auth_url:
 
32
        default: ''
 
33
        description: master keystone endpoint
 
34
        type: string
 
35
    master_glance_url:
 
36
        default: ''
 
37
        description: master glance service endpoint
 
38
        type: string
 
39
    master_region:
 
40
        default: 'RegionOne'
 
41
        description: name of the master region
 
42
        type: string
27
43
    nagios_context:
28
44
        default: "juju"
29
45
        type: string