~niedbalski/charms/trusty/rabbitmq-server/stable-backport-1489053

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-01-23 09:19:35 UTC
  • mfrom: (52.5.23 network-splits)
  • Revision ID: james.page@ubuntu.com-20150123091935-2o3w2qhmgo0v1vcy
[jamespage,r=gnuoy] Misc fixes

Missing support for access-network feature.

Incorrect configuration for ceph pool replica count.

Better use of venv between lint and unit_test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
    description: |
140
140
      Key ID to import to the apt keyring to support use with arbitary source
141
141
      configuration from outside of Launchpad archives or PPA's.
 
142
  # Network configuration options
 
143
  # by default all access is over 'private-address'
 
144
  access-network:
 
145
    type: string
 
146
    default:
 
147
    description: |
 
148
      The IP address and netmask of the 'access' network (e.g., 192.168.0.0/24)
 
149
       .
 
150
      This network will be used for access to RabbitMQ messaging services.
142
151
  prefer-ipv6:
143
152
    type: boolean
144
153
    default: False