Salt reactor features refactoring
Change-Id: Ifac3f5e03099e8190db0a3af62a7be1f762f87be
diff --git a/README.rst b/README.rst
index 0619d82..364e59a 100644
--- a/README.rst
+++ b/README.rst
@@ -231,7 +231,8 @@
.. code-block:: bash
- salt-call event.send 'salt/key/create' "{'node_name': 'id-of-minion', 'orch_post_create': 'kubernetes/orchestrate/compute_install.sls'}"
+ salt-call event.send 'salt/key/create' \
+ > "{'node_id': 'id-of-minion', 'node_host': '172.16.10.100', 'orch_post_create': 'kubernetes.orchestrate.compute_install', 'post_create_pillar': {'node_name': 'id-of-minion'}}"
.. note::