Skip to content

Instantly share code, notes, and snippets.

@zetas
Created May 19, 2015 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zetas/42703b616990644f2e07 to your computer and use it in GitHub Desktop.
Save zetas/42703b616990644f2e07 to your computer and use it in GitHub Desktop.
Havana Ceilometer Config
################
# Existing
################
connection = mongodb://{{ db_host }}:{{ db_port }}/{{ db_name }}
################
# Proposed
################
connection = {{ db_select }}://{{ db_host }}:{{ db_port }}/{{ db_name }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment