aboutsummaryrefslogtreecommitdiffstats
path: root/contrail-openstack/config.yaml
blob: e4f8a04a41f669557c9f42c8630e4abd805769d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
options:
  install-sources:
    type: string
    description: Package sources for install
  install-keys:
    type: string
    description: Apt keys for package install sources
  enable-metadata-server:
    type: boolean
    default: true
    description: |
      Configures metadata shared secret and tells nova to run a local instance
      of nova-api-metadata for serving metadata to VMs.