~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/api/config.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 14:44:28 UTC
  • mto: (28.1.1 utopic-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20140306144428-rvphsh4igwyulzf0
Tags: upstream-2014.1~b3
ImportĀ upstreamĀ versionĀ 2014.1~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    'modules': ['ceilometer.api'],
23
23
    'static_root': '%(confdir)s/public',
24
24
    'template_path': '%(confdir)s/ceilometer/api/templates',
25
 
    'debug': False,
26
 
    'enable_acl': True,
27
25
}
28
26
 
29
27
# Custom Configurations must be in Python dictionary format::