~clark-laughlin/charms/trusty/nova-compute/arm64-support

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2012-10-25 15:55:14 UTC
  • mfrom: (36.1.17 nova-compute)
  • Revision ID: adamg@canonical.com-20121025155514-rchue8w4az6tpouu
Add ceph integration, upgrade support, common code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  nova-release:
 
2
  openstack-origin:
3
3
    default: distro
4
4
    type: string
5
 
    description: Nova PPA from which to install. (distro, trunk, milestone, milestone-proposed)
 
5
    description: |
 
6
      Repository from which to install.  May be one of the following:
 
7
      distro (default), ppa:somecustom/ppa, a deb url sources entry,
 
8
      or a supported Cloud Archive release pocket.
 
9
 
 
10
      Supported Cloud Archive sources include: cloud:precise-folsom,
 
11
      cloud:precise-folsom/updates, cloud:precise-folsom/staging,
 
12
      cloud:precise-folsom/proposed.
 
13
 
 
14
      Note that updating this setting to a source that is known to
 
15
      provide a later version of OpenStack will trigger a software
 
16
      upgrade.
6
17
  nova-config:
7
18
    default: /etc/nova/nova.conf
8
19
    type: string