Commit Graph

5 Commits

Author SHA1 Message Date
Adam Vinsh 60ed2ee79c Replace proxy concat/template with ini provider
Maintains full backward compatibility.
Use swift_proxy_config ini provider to mange proxy-server.conf.
Remove all erb templates. Move all template logic into proxy
middleware classes. To purge proxy.conf of settings that are
not specified set the new paramater "purge_config" to "true".

Change-Id: I0a143cf812043ea0f9a008a6e5c60ec87f9a4e9a
2016-10-06 10:29:04 -04:00
Kyrylo Galanov 379d9fc5f5 Add rmq credentials to each host in proxy
Otherwise it will try to connect with default guest/guest credentials

Change-Id: I097e768afd8783c78caee7aba4ac6600c7e55e47
Closes-bug: #1560055
2016-03-28 17:02:10 +02:00
Denis Egorenko e8ad981eff Update ceilometer proxy template
Now for using Ceilometer notifications from Swift we should
use Ceilometer middleware. Hence we need update template for Swift
to account for incoming and outgoing traffic notifications.

[1] I686e5d94fb72fd2a00973c91673edc417142ee2f
[2] http://docs.openstack.org/developer/oslo.messaging/transport.html#oslo_messaging.TransportURL

Change-Id: Ib6efd4a1ab4b76c74cffc546383f5382c24a8c43
Related-bug: #1510064
2015-12-02 18:20:59 +03:00
Guilherme Maluf 4c5f53d0d3 Add a blank line to the beginning of each filter
Filters fragments leads to section headers and previous options with no
blank line between them

  foo = bar
  [section]

Add a blank line to the beginning of each filter so that when applied
the resulting file is more human readable

Change-Id: I411eba5da5fc4e1a7217df197edbaf5ef2d5e4fa
2015-08-28 16:50:38 -03:00
François Charlier 015be53c81 Add the ceilometer middleware
Change-Id: Ibcdaa1218c8d027dc3e4b6d2cd394e9d0af8c6da
2013-04-29 10:30:33 +02:00