Allow to set workers for neutron

This change adds ability to set custom workers number for neutron
(rpc and metdata workers), in the same time if workers parameters aren't
defined in pillar, backward compatibility is kept and hardcoded values
from template will be used.

Change-Id: I4bc91b669a465b73ef610b53fbe960cae3911bdb
Related-Prod: https://mirantis.jira.com/browse/PROD-16465
diff --git a/README.rst b/README.rst
index c8ff890..1b16af4 100644
--- a/README.rst
+++ b/README.rst
@@ -23,6 +23,9 @@
         version: mitaka
         allow_pagination: true
         pagination_max_limit: 100
+        api_workers: 2
+        rpc_workers: 2
+        rpc_state_report_workers: 2
         bind:
           address: 172.20.0.1
           port: 9696
@@ -52,6 +55,7 @@
           host: 127.0.0.1
           port: 8775
           password: pass
+          workers: 2
         audit:
           enabled: false