Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "Fixes duplicate mailgun section in poppy.conf Readd retry_send…
Browse files Browse the repository at this point in the history
…=5, as it wasn't in the top section"
  • Loading branch information
Jenkins authored and openstack-gerrit committed May 5, 2016
2 parents 32e5f92 + 14ce473 commit 46d006f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions etc/poppy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ mailgun_request_url = "https://api.mailgun.net/v2/{0}/events"
sand_box = "<your_sand_box_domain>"
from_address = "<your_send_from_email_address>"
recipients="<a_list_of_email_recipient>"
retry_send=5

[drivers:provider:fastly]
apikey = "MYAPIKEY"
Expand Down Expand Up @@ -226,14 +227,6 @@ queue_backend_port = <your_transport_port>
mod_san_queue_path = '/mod_san_queue'
san_mapping_queue_path = '/san_mapping_queue'

[drivers:notification:mailgun]
mailgun_api_key = "<operator_api_key>"
mailgun_request_url = "https://api.mailgun.net/v2/{0}/events"
sand_box = "<your_sand_box_domain>"
from_address = "<your_send_from_email_address>"
recipients="<a_list_of_email_recipient>"
retry_send=5

[log_delivery]
identity_url = OPENSTACK_IDENTITY_URL
preferred_dcs = DC1,DC2
Expand Down

0 comments on commit 46d006f

Please sign in to comment.