~aglenyoung/charms/precise/haproxy/haproxy-stats-socket

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: Jerry Seutter
  • Date: 2013-12-17 16:00:29 UTC
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: jerry.seutter@canonical.com-20131217160029-qf3g15f8fewsdcy8
Remove unused 'path' key.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
#                                         server_options
252
252
#                       errorfiles: List of dicts
253
253
#                                   http_status: status to handle
254
 
#                                   path: original path on disk
255
254
#                                   content: base 64 content for HAProxy to
256
255
#                                            write to socket
257
256
#------------------------------------------------------------------------------