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

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2015-04-16 19:58:18 UTC
  • mfrom: (86.2.12 trunk)
  • Revision ID: james.page@ubuntu.com-20150416195818-rpkf53uuc58igl9u
[coreycb,r=james-page] Add deploy from source support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      Note that updating this setting to a source that is known to
15
15
      provide a later version of OpenStack will trigger a software
16
16
      upgrade.
 
17
 
 
18
      Note that when openstack-origin-git is specified, openstack
 
19
      specific packages will be installed from source rather than
 
20
      from the openstack-origin repository.
 
21
  openstack-origin-git:
 
22
    default:
 
23
    type: string
 
24
    description: |
 
25
      Specifies a YAML-formatted dictionary listing the git
 
26
      repositories and branches from which to install OpenStack and
 
27
      its dependencies.
 
28
 
 
29
      Note that the installed config files will be determined based on
 
30
      the OpenStack release of the openstack-origin option.
 
31
 
 
32
      For more details see README.md.
17
33
  rabbit-user:
18
34
    default: neutron
19
35
    type: string