~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Corey Bryant
  • Date: 2015-09-29 21:02:47 UTC
  • mfrom: (142.3.2 trunk)
  • Revision ID: corey.bryant@canonical.com-20150929210247-6hf8e3h0vhfzql6l
[thedac,r=corey.bryant] Add support for action managed upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
      a PPA URL, of the form ppa:somecustom/ppa. Changing this value
399
399
      after installation will force an immediate software upgrade.
400
400
  # End of Calico plugin configuration
 
401
  action-managed-upgrade:
 
402
    type: boolean
 
403
    default: False
 
404
    description: |
 
405
      If True enables openstack upgrades for this charm via juju actions.
 
406
      You will still need to set openstack-origin to the new repository but
 
407
      instead of an upgrade running automatically across all units, it will
 
408
      wait for you to execute the openstack-upgrade action for this charm on
 
409
      each unit. If False it will revert to existing behavior of upgrading
 
410
      all units on config change.