~openstack-charmers-next/charms/trusty/neutron-gateway/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Gerrit Code Review
  • Author(s): Jenkins
  • Date: 2016-06-23 08:09:13 UTC
  • mfrom: (186.1.1 trunk)
  • Revision ID: review@openstack.org-20160623080913-1lg82l6163u9v0j3
Merge "Add defaults for openstack-origin-git config option"

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    default:
47
47
    type: string
48
48
    description: |
49
 
      Specifies a YAML-formatted dictionary listing the git
50
 
      repositories and branches from which to install OpenStack and
51
 
      its dependencies.
 
49
      Specifies a default OpenStack release name, or a YAML dictionary
 
50
      listing the git repositories to install from.
 
51
 
 
52
      The default Openstack release name may be one of the following, where
 
53
      the corresponding OpenStack github branch will be used:
 
54
        * icehouse
 
55
        * kilo
 
56
        * liberty
 
57
        * mitaka
 
58
        * master
 
59
 
 
60
      The YAML must minimally include requirements, neutron-fwaas,
 
61
      neutron-lbaas, neutron-vpnaas, and neutron repositories, and may
 
62
      also include repositories for other dependencies:
 
63
        repositories:
 
64
        - {name: requirements,
 
65
           repository: 'git://github.com/openstack/requirements',
 
66
           branch: master}
 
67
        - {name: neutron-fwaas,
 
68
           repository: 'git://github.com/openstack/neutron-fwaas',
 
69
           branch: master}
 
70
        - {name: neutron-lbaas,
 
71
           repository: 'git://github.com/openstack/neutron-lbaas',
 
72
           branch: master}
 
73
        - {name: neutron-vpnaas,
 
74
           repository: 'git://github.com/openstack/neutron-vpnaas',
 
75
           branch: master}
 
76
        - {name: neutron,
 
77
           repository: 'git://github.com/openstack/neutron',
 
78
           branch: master}
52
79
 
53
80
      Note that the installed config files will be determined based on
54
81
      the OpenStack release of the openstack-origin option.
55
 
 
56
 
      For more details see README.md.
57
82
  plugin:
58
83
    default: ovs
59
84
    type: string