~corey.bryant/charms/trusty/swift-storage/mitaka-ch-sync

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-09-23 13:52:50 UTC
  • mfrom: (81.2.1 swift-storage)
  • Revision ID: james.page@ubuntu.com-20150923135250-92ifjs3on3zd6npp
[thedac,r=james-page] Add action to manage upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    description: |
126
126
      A comma-separated list of nagios servicegroups.
127
127
      If left empty, the nagios_context will be used as the servicegroup
 
128
  action-managed-upgrade:
 
129
    type: boolean
 
130
    default: False
 
131
    description: |
 
132
      If True enables openstack upgrades for this charm via juju actions.
 
133
      You will still need to set openstack-origin to the new repository but
 
134
      instead of an upgrade running automatically across all units, it will
 
135
      wait for you to execute the openstack-upgrade action for this charm on
 
136
      each unit. If False it will revert to existing behavior of upgrading
 
137
      all units on config change.