~ibm-charms/charms/trusty/nova-compute-power/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2014-01-24 15:21:15 UTC
  • mfrom: (51.2.7 nova-compute)
  • Revision ID: james.page@canonical.com-20140124152115-wh94p063fxc699th
[james-page] Add support for optional resize support
[r,gandelman-a]

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    default: "yes"
51
51
    type: string
52
52
    description: Whether to run nova-api and nova-network on the compute nodes.
 
53
  enable-resize:
 
54
    default: False
 
55
    type: boolean
 
56
    description: Enable instance resizing, which requires that passwordless SSH
 
57
      access be setup between compute hosts.
53
58
  enable-live-migration:
54
59
    default: False
55
60
    type: boolean