~astara-drivers/charms/trusty/nova-cloud-controller/api-ready-rebase

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: David Ames
  • Date: 2015-09-21 23:06:54 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: david.ames@canonical.com-20150921230654-n7xk14rgi25yiwcf
Action managed upgrades

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
      
396
396
      If memcached is being used to store the tokens, then it's recommended to
397
397
      change this configuration to False.
 
398
  action-managed-upgrade:
 
399
    type: boolean
 
400
    default: False
 
401
    description: |
 
402
      If True enables openstack upgrades for this charm via juju actions.
 
403
      You will still need to set openstack-origin to the new repository but
 
404
      instead of an upgrade running automatically across all units, it will
 
405
      wait for you to execute the openstack-upgrade action for this charm on
 
406
      each unit. If False it will revert to existing behavior of upgrading
 
407
      all units on config change.