summaryrefslogtreecommitdiffstats
path: root/plan-samples/README.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-16 11:22:58 +0000
committerGerrit Code Review <review@openstack.org>2017-07-16 11:22:58 +0000
commit6ed08b3fbc5a534350f4e4b4641f2f7aa2e408d6 (patch)
treea1eea85a9c4822a72f2a96b718adf0c824df42d7 /plan-samples/README.rst
parent2185b835602ffb276b8142db68d472611fdf127a (diff)
parent9b3b1c6358b64a81726bfa23c5f16007859dcf75 (diff)
Merge "Workflow input parameter update in plan-environment"
Diffstat (limited to 'plan-samples/README.rst')
-rw-r--r--plan-samples/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan-samples/README.rst b/plan-samples/README.rst
index 44b9d0cd..b3c2d1df 100644
--- a/plan-samples/README.rst
+++ b/plan-samples/README.rst
@@ -15,8 +15,8 @@ commands. The sample format to provide the workflow specific parameters::
workflow_parameters:
tripleo.derive_params.v1.derive_parameters:
# DPDK Parameters
- number_of_pmd_cpu_threads_per_numa_node: 2
+ num_phy_cores_per_numa_node_for_pmd: 2
All the parameters specified under the workflow name will be passed as
-``user_input`` to the workflow, while invoking from the tripleoclient. \ No newline at end of file
+``user_input`` to the workflow, while invoking from the tripleoclient.