diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-07-19 06:46:59 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-07-19 06:50:38 +0800 |
commit | 7a180df8683f8694dfbbc7980ba356e337a84cab (patch) | |
tree | 0d2e467a5acb0639264cca497abd539f1957f4e1 /fuel-plugin/deployment_tasks.yaml | |
parent | 3a3ccbd79d47333ce7626674c68a4cdfac44020d (diff) |
Minor fixes in fuel plugin
1. update yardstick tasks
2. fix typo
3. update comments in pre_build_hook
Change-Id: Ib7fc87838d121dc35fb84220fbb0a9909c6592e1
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin/deployment_tasks.yaml')
-rw-r--r-- | fuel-plugin/deployment_tasks.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml index 90fae7192..6d53198b7 100644 --- a/fuel-plugin/deployment_tasks.yaml +++ b/fuel-plugin/deployment_tasks.yaml @@ -3,7 +3,7 @@ role: [yardstick] requires: [deploy_start] required_for: [deploy_end] - tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig, yardstick-install] + tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig] parameters: strategy: type: parallel |