~chris-gondolin/charms/trusty/keystone/ldap-ca-cert

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 19:55:16 UTC
  • mfrom: (88.4.67 stable.remote)
  • Revision ID: james.page@ubuntu.com-20150416195516-21k6z46jewsbacue
[coreycb,r=james-page] Add deploy from source support

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
      Note that updating this setting to a source that is known to
23
23
      provide a later version of OpenStack will trigger a software
24
24
      upgrade.
 
25
 
 
26
      Note that when openstack-origin-git is specified, openstack
 
27
      specific packages will be installed from source rather than
 
28
      from the openstack-origin repository.
 
29
  openstack-origin-git:
 
30
    default:
 
31
    type: string
 
32
    description: |
 
33
      Specifies a YAML-formatted dictionary listing the git
 
34
      repositories and branches from which to install OpenStack and
 
35
      its dependencies.
 
36
 
 
37
      Note that the installed config files will be determined based on
 
38
      the OpenStack release of the openstack-origin option.
 
39
 
 
40
      For more details see README.md.
25
41
  config-file:
26
42
    default: "/etc/keystone/keystone.conf"
27
43
    type: string