add cinder-manage.logs to controller
diff --git a/cinder/files/heka.toml b/cinder/files/heka.toml
index fc056be..f266649 100644
--- a/cinder/files/heka.toml
+++ b/cinder/files/heka.toml
@@ -5,6 +5,13 @@
file_match = 'cinder-scheduler\.log\.?(?P<Index>\d+)?(.gz)?'
priority = ["^Index"]
decoder = "openstack"
+
+[logstreamer_cinder_manage]
+type = "LogstreamerInput"
+log_directory = "/var/log/cinder"
+file_match = 'cinder-manage\.log\.?(?P<Index>\d+)?(.gz)?'
+priority = ["^Index"]
+decoder = "openstack"
{%- endif %}
{%- if pillar.cinder.volume is defined %}